Html Css Color HEX #D4426F Cranberry

📋 copy color: '#D4426F'

red 212 ◦ green 66 ◦ blue 111

#D4426F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D4426F

Tints of Cranberry #D4426F

RGB

 RED value IS 212 (83.2% from 255) = 54.5%

 GREEN value IS 66 (26.17% from 255) = 16.97%

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 54.5%
G = 16.97%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4426F (or 0xD4426F) is known color: Cranberry. HEX triplet: D4, 42 and 6F. RGB value is (212,66,111). Sum of RGB (Red+Green+Blue) = 212+66+111=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4426F is #2BBD90. Grayscale: #727272. Windows color (decimal): -2866577 or 7291604. OLE color: 7291604.

HSL color Cylindrical-coordinate representation of color #D4426F: hue angle of 341.51º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4426F is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 66 111 -
CMYK 0 0.69 0.48 0.17
HSL 341.51º 0.63% 0.55% -
HSV(B) 341.51º 0.69% 0.83% -
XYZ 31.97 19.04 17.03 -
YUV 114.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 212 66 111 0 0.69 0.48 0.17 341.51 0.63 0.55
Hex D4 42 6F 0 45 30 11 156 3F 37
Octal 324 102 157 0 105 60 21 526 77 67
Binary 11010100 1000010 1101111 0 1000101 110000 10001 101010110 111111 110111

Color Harmonies of #D4426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4426F

Black with #D4426F

Text Example


Text Example

White with #D4426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4426F; }

 p { color: rgb(212,66,111); }

 H1.HeaderClassName
 {
   color: #D4426F;
 }
 .AnyTagClassName
 {
   color: #D4426F;
 }
</style>

background-color css

<style>
 a { background-color: #D4426F; }

 a { background-color: rgb(212,66,111); }

 div.DivClassName
 {
   background-color: #D4426F;
 }
 .BgClassName
 {
   background-color: #D4426F;
 }
</style>

border-color css

<style>
 span { border-color: #D4426F; }

 span { border-color: rgb(212,66,111); }

 td.TdClassName
 {
   border-color: #D4426F;
 }
 .TagClassName
 {
   border-color: #D4426F;
 }
</style>