Html Css Color HEX #D95580 Cranberry

📋 copy color: '#D95580'

red 217 ◦ green 85 ◦ blue 128

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

Shades of Cranberry #D95580

Tints of Cranberry #D95580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 50.47%
G = 19.77%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D95580 (or 0xD95580) is known color: Cranberry. HEX triplet: D9, 55 and 80. RGB value is (217,85,128). Sum of RGB (Red+Green+Blue) = 217+85+128=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D95580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95580 is #26AA7F. Grayscale: #818181. Windows color (decimal): -2534016 or 8410585. OLE color: 8410585.

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

Color convert

RGB 217 85 128 -
CMYK 0 0.61 0.41 0.15
HSL 340.45º 0.63% 0.59% -
HSV(B) 340.45º 0.61% 0.85% -
XYZ 35.76 22.81 22.94 -
YUV 129.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 217 85 128 0 0.61 0.41 0.15 340.45 0.63 0.59
Hex D9 55 80 0 3D 29 F 154 3F 3B
Octal 331 125 200 0 75 51 17 524 77 73
Binary 11011001 1010101 10000000 0 111101 101001 1111 101010100 111111 111011

Color Harmonies of #D95580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95580

Black with #D95580

Text Example


Text Example

White with #D95580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95580; }

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

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

background-color css

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

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

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

border-color css

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

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

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