Html Css Color HEX #D9577D Cranberry

📋 copy color: '#D9577D'

red 217 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #D9577D

Tints of Cranberry #D9577D

RGB

 RED value IS 217 (85.16% from 255) = 50.58%

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

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

R = 50.58%
G = 20.28%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9577D (or 0xD9577D) is known color: Cranberry. HEX triplet: D9, 57 and 7D. RGB value is (217,87,125). Sum of RGB (Red+Green+Blue) = 217+87+125=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9577D is #26A882. Grayscale: #828282. Windows color (decimal): -2533507 or 8214489. OLE color: 8214489.

HSL color Cylindrical-coordinate representation of color #D9577D: hue angle of 342.46º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9577D is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 87 125 -
CMYK 0 0.60 0.42 0.15
HSL 342.46º 0.63% 0.6% -
HSV(B) 342.46º 0.6% 0.85% -
XYZ 35.73 23.05 21.97 -
YUV 130.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 217 87 125 0 0.60 0.42 0.15 342.46 0.63 0.6
Hex D9 57 7D 0 3C 2A F 156 3F 3C
Octal 331 127 175 0 74 52 17 526 77 74
Binary 11011001 1010111 1111101 0 111100 101010 1111 101010110 111111 111100

Color Harmonies of #D9577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9577D

Black with #D9577D

Text Example


Text Example

White with #D9577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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