Html Css Color HEX #D95981 Cranberry

📋 copy color: '#D95981'

red 217 ◦ green 89 ◦ blue 129

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

Shades of Cranberry #D95981

Tints of Cranberry #D95981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 49.89%
G = 20.46%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D95981 (or 0xD95981) is known color: Cranberry. HEX triplet: D9, 59 and 81. RGB value is (217,89,129). Sum of RGB (Red+Green+Blue) = 217+89+129=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D95981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95981 is #26A67E. Grayscale: #838383. Windows color (decimal): -2532991 or 8477145. OLE color: 8477145.

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

Color convert

RGB 217 89 129 -
CMYK 0 0.59 0.41 0.15
HSL 341.25º 0.63% 0.6% -
HSV(B) 341.25º 0.59% 0.85% -
XYZ 36.15 23.48 23.4 -
YUV 131.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 217 89 129 0 0.59 0.41 0.15 341.25 0.63 0.6
Hex D9 59 81 0 3B 29 F 155 3F 3C
Octal 331 131 201 0 73 51 17 525 77 74
Binary 11011001 1011001 10000001 0 111011 101001 1111 101010101 111111 111100

Color Harmonies of #D95981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95981

Black with #D95981

Text Example


Text Example

White with #D95981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95981; }

 p { color: rgb(217,89,129); }

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

background-color css

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

 a { background-color: rgb(217,89,129); }

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

border-color css

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

 span { border-color: rgb(217,89,129); }

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