Html Css Color HEX #D95780 Cranberry

📋 copy color: '#D95780'

red 217 ◦ green 87 ◦ blue 128

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

Shades of Cranberry #D95780

Tints of Cranberry #D95780

RGB

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

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

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

R = 50.23%
G = 20.14%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D95780 (or 0xD95780) is known color: Cranberry. HEX triplet: D9, 57 and 80. RGB value is (217,87,128). Sum of RGB (Red+Green+Blue) = 217+87+128=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D95780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95780 is #26A87F. Grayscale: #828282. Windows color (decimal): -2533504 or 8411097. OLE color: 8411097.

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

Color convert

RGB 217 87 128 -
CMYK 0 0.60 0.41 0.15
HSL 341.08º 0.63% 0.6% -
HSV(B) 341.08º 0.6% 0.85% -
XYZ 35.92 23.13 22.99 -
YUV 130.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 217 87 128 0 0.60 0.41 0.15 341.08 0.63 0.6
Hex D9 57 80 0 3C 29 F 155 3F 3C
Octal 331 127 200 0 74 51 17 525 77 74
Binary 11011001 1010111 10000000 0 111100 101001 1111 101010101 111111 111100

Color Harmonies of #D95780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95780

Black with #D95780

Text Example


Text Example

White with #D95780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95780; }

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

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

background-color css

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

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

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

border-color css

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

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

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