Html Css Color HEX #D95182 Cranberry

📋 copy color: '#D95182'

red 217 ◦ green 81 ◦ blue 130

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

Shades of Cranberry #D95182

Tints of Cranberry #D95182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.37%

R = 50.7%
G = 18.93%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D95182 (or 0xD95182) is known color: Cranberry. HEX triplet: D9, 51 and 82. RGB value is (217,81,130). Sum of RGB (Red+Green+Blue) = 217+81+130=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D95182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95182 is #26AE7D. Grayscale: #7F7F7F. Windows color (decimal): -2535038 or 8540633. OLE color: 8540633.

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

Color convert

RGB 217 81 130 -
CMYK 0 0.63 0.40 0.15
HSL 338.38º 0.64% 0.58% -
HSV(B) 338.38º 0.63% 0.85% -
XYZ 35.59 22.25 23.54 -
YUV 127.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 217 81 130 0 0.63 0.40 0.15 338.38 0.64 0.58
Hex D9 51 82 0 3F 28 F 152 40 3A
Octal 331 121 202 0 77 50 17 522 100 72
Binary 11011001 1010001 10000010 0 111111 101000 1111 101010010 1000000 111010

Color Harmonies of #D95182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95182

Black with #D95182

Text Example


Text Example

White with #D95182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95182; }

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

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

background-color css

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

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

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

border-color css

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

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

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