Html Css Color HEX #D95185 Cranberry

📋 copy color: '#D95185'

red 217 ◦ green 81 ◦ blue 133

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

Shades of Cranberry #D95185

Tints of Cranberry #D95185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 50.35%
G = 18.79%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D95185 (or 0xD95185) is known color: Cranberry. HEX triplet: D9, 51 and 85. RGB value is (217,81,133). Sum of RGB (Red+Green+Blue) = 217+81+133=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D95185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95185 is #26AE7A. Grayscale: #7F7F7F. Windows color (decimal): -2535035 or 8737241. OLE color: 8737241.

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

Color convert

RGB 217 81 133 -
CMYK 0 0.63 0.39 0.15
HSL 337.06º 0.64% 0.58% -
HSV(B) 337.06º 0.63% 0.85% -
XYZ 35.79 22.33 24.61 -
YUV 127.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 217 81 133 0 0.63 0.39 0.15 337.06 0.64 0.58
Hex D9 51 85 0 3F 27 F 151 40 3A
Octal 331 121 205 0 77 47 17 521 100 72
Binary 11011001 1010001 10000101 0 111111 100111 1111 101010001 1000000 111010

Color Harmonies of #D95185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95185

Black with #D95185

Text Example


Text Example

White with #D95185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95185; }

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

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

background-color css

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

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

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

border-color css

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

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

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