Html Css Color HEX #D95180 Cranberry

📋 copy color: '#D95180'

red 217 ◦ green 81 ◦ blue 128

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

Shades of Cranberry #D95180

Tints of Cranberry #D95180

RGB

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

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

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

R = 50.94%
G = 19.01%
B = 30.05%

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

#D95180 (or 0xD95180) is known color: Cranberry. HEX triplet: D9, 51 and 80. RGB value is (217,81,128). Sum of RGB (Red+Green+Blue) = 217+81+128=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D95180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95180 is #26AE7F. Grayscale: #7E7E7E. Windows color (decimal): -2535040 or 8409561. OLE color: 8409561.

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

Color convert

RGB 217 81 128 -
CMYK 0 0.63 0.41 0.15
HSL 339.26º 0.64% 0.58% -
HSV(B) 339.26º 0.63% 0.85% -
XYZ 35.45 22.2 22.84 -
YUV 127.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 217 81 128 0 0.63 0.41 0.15 339.26 0.64 0.58
Hex D9 51 80 0 3F 29 F 153 40 3A
Octal 331 121 200 0 77 51 17 523 100 72
Binary 11011001 1010001 10000000 0 111111 101001 1111 101010011 1000000 111010

Color Harmonies of #D95180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95180

Black with #D95180

Text Example


Text Example

White with #D95180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95180; }

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

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

background-color css

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

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

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

border-color css

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

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

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