Html Css Color HEX #D95578 Cranberry

📋 copy color: '#D95578'

red 217 ◦ green 85 ◦ blue 120

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

Shades of Cranberry #D95578

Tints of Cranberry #D95578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 51.42%
G = 20.14%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D95578 (or 0xD95578) is known color: Cranberry. HEX triplet: D9, 55 and 78. RGB value is (217,85,120). Sum of RGB (Red+Green+Blue) = 217+85+120=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D95578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95578 is #26AA87. Grayscale: #808080. Windows color (decimal): -2534024 or 7886297. OLE color: 7886297.

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

Color convert

RGB 217 85 120 -
CMYK 0 0.61 0.45 0.15
HSL 344.09º 0.63% 0.59% -
HSV(B) 344.09º 0.61% 0.85% -
XYZ 35.25 22.6 20.27 -
YUV 128.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 217 85 120 0 0.61 0.45 0.15 344.09 0.63 0.59
Hex D9 55 78 0 3D 2D F 158 3F 3B
Octal 331 125 170 0 75 55 17 530 77 73
Binary 11011001 1010101 1111000 0 111101 101101 1111 101011000 111111 111011

Color Harmonies of #D95578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95578

Black with #D95578

Text Example


Text Example

White with #D95578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95578; }

 p { color: rgb(217,85,120); }

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

background-color css

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

 a { background-color: rgb(217,85,120); }

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

border-color css

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

 span { border-color: rgb(217,85,120); }

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