Html Css Color HEX #D95181 Cranberry

📋 copy color: '#D95181'

red 217 ◦ green 81 ◦ blue 129

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

Shades of Cranberry #D95181

Tints of Cranberry #D95181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.97%

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

R = 50.82%
G = 18.97%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D95181 (or 0xD95181) is known color: Cranberry. HEX triplet: D9, 51 and 81. RGB value is (217,81,129). Sum of RGB (Red+Green+Blue) = 217+81+129=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D95181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95181 is #26AE7E. Grayscale: #7F7F7F. Windows color (decimal): -2535039 or 8475097. OLE color: 8475097.

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

Color convert

RGB 217 81 129 -
CMYK 0 0.63 0.41 0.15
HSL 338.82º 0.64% 0.58% -
HSV(B) 338.82º 0.63% 0.85% -
XYZ 35.52 22.22 23.19 -
YUV 127.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 217 81 129 0 0.63 0.41 0.15 338.82 0.64 0.58
Hex D9 51 81 0 3F 29 F 153 40 3A
Octal 331 121 201 0 77 51 17 523 100 72
Binary 11011001 1010001 10000001 0 111111 101001 1111 101010011 1000000 111010

Color Harmonies of #D95181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95181

Black with #D95181

Text Example


Text Example

White with #D95181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95181; }

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

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

background-color css

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

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

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

border-color css

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

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

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