Html Css Color HEX #D95577 Cranberry

📋 copy color: '#D95577'

red 217 ◦ green 85 ◦ blue 119

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

Shades of Cranberry #D95577

Tints of Cranberry #D95577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.27%

R = 51.54%
G = 20.19%
B = 28.27%

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

#D95577 (or 0xD95577) is known color: Cranberry. HEX triplet: D9, 55 and 77. RGB value is (217,85,119). Sum of RGB (Red+Green+Blue) = 217+85+119=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D95577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95577 is #26AA88. Grayscale: #808080. Windows color (decimal): -2534025 or 7820761. OLE color: 7820761.

HSL color Cylindrical-coordinate representation of color #D95577: hue angle of 344.55º 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 #D95577 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 85 119 -
CMYK 0 0.61 0.45 0.15
HSL 344.55º 0.63% 0.59% -
HSV(B) 344.55º 0.61% 0.85% -
XYZ 35.19 22.58 19.96 -
YUV 128.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 217 85 119 0 0.61 0.45 0.15 344.55 0.63 0.59
Hex D9 55 77 0 3D 2D F 159 3F 3B
Octal 331 125 167 0 75 55 17 531 77 73
Binary 11011001 1010101 1110111 0 111101 101101 1111 101011001 111111 111011

Color Harmonies of #D95577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95577

Black with #D95577

Text Example


Text Example

White with #D95577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95577; }

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

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

background-color css

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

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

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

border-color css

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

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

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