Html Css Color HEX #D95082 Cranberry

📋 copy color: '#D95082'

red 217 ◦ green 80 ◦ blue 130

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

Shades of Cranberry #D95082

Tints of Cranberry #D95082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

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

R = 50.82%
G = 18.74%
B = 30.44%

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

#D95082 (or 0xD95082) is known color: Cranberry. HEX triplet: D9, 50 and 82. RGB value is (217,80,130). Sum of RGB (Red+Green+Blue) = 217+80+130=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D95082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95082 is #26AF7D. Grayscale: #7E7E7E. Windows color (decimal): -2535294 or 8540377. OLE color: 8540377.

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

Color convert

RGB 217 80 130 -
CMYK 0 0.63 0.40 0.15
HSL 338.1º 0.64% 0.58% -
HSV(B) 338.1º 0.63% 0.85% -
XYZ 35.51 22.1 23.51 -
YUV 126.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 217 80 130 0 0.63 0.40 0.15 338.1 0.64 0.58
Hex D9 50 82 0 3F 28 F 152 40 3A
Octal 331 120 202 0 77 50 17 522 100 72
Binary 11011001 1010000 10000010 0 111111 101000 1111 101010010 1000000 111010

Color Harmonies of #D95082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95082

Black with #D95082

Text Example


Text Example

White with #D95082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95082; }

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

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

background-color css

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

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

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

border-color css

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

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

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