Html Css Color HEX #D4477D Cranberry

📋 copy color: '#D4477D'

red 212 ◦ green 71 ◦ blue 125

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

Shades of Cranberry #D4477D

Tints of Cranberry #D4477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.4%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 51.96%
G = 17.4%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4477D (or 0xD4477D) is known color: Cranberry. HEX triplet: D4, 47 and 7D. RGB value is (212,71,125). Sum of RGB (Red+Green+Blue) = 212+71+125=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4477D is #2BB882. Grayscale: #777777. Windows color (decimal): -2865283 or 8210388. OLE color: 8210388.

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

Color convert

RGB 212 71 125 -
CMYK 0 0.67 0.41 0.17
HSL 337.02º 0.62% 0.55% -
HSV(B) 337.02º 0.67% 0.83% -
XYZ 33.11 19.98 21.51 -
YUV 119.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 212 71 125 0 0.67 0.41 0.17 337.02 0.62 0.55
Hex D4 47 7D 0 43 29 11 151 3E 37
Octal 324 107 175 0 103 51 21 521 76 67
Binary 11010100 1000111 1111101 0 1000011 101001 10001 101010001 111110 110111

Color Harmonies of #D4477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4477D

Black with #D4477D

Text Example


Text Example

White with #D4477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4477D; }

 p { color: rgb(212,71,125); }

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

background-color css

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

 a { background-color: rgb(212,71,125); }

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

border-color css

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

 span { border-color: rgb(212,71,125); }

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