Html Css Color HEX #D4577D Cranberry

📋 copy color: '#D4577D'

red 212 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #D4577D

Tints of Cranberry #D4577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.52%

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

R = 50%
G = 20.52%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4577D (or 0xD4577D) is known color: Cranberry. HEX triplet: D4, 57 and 7D. RGB value is (212,87,125). Sum of RGB (Red+Green+Blue) = 212+87+125=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4577D is #2BA882. Grayscale: #808080. Windows color (decimal): -2861187 or 8214484. OLE color: 8214484.

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

Color convert

RGB 212 87 125 -
CMYK 0 0.59 0.41 0.17
HSL 341.76º 0.59% 0.59% -
HSV(B) 341.76º 0.59% 0.83% -
XYZ 34.26 22.29 21.9 -
YUV 128.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 212 87 125 0 0.59 0.41 0.17 341.76 0.59 0.59
Hex D4 57 7D 0 3B 29 11 156 3B 3B
Octal 324 127 175 0 73 51 21 526 73 73
Binary 11010100 1010111 1111101 0 111011 101001 10001 101010110 111011 111011

Color Harmonies of #D4577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4577D

Black with #D4577D

Text Example


Text Example

White with #D4577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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