Html Css Color HEX #D95080 Cranberry

📋 copy color: '#D95080'

red 217 ◦ green 80 ◦ blue 128

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

Shades of Cranberry #D95080

Tints of Cranberry #D95080

RGB

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

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

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

R = 51.06%
G = 18.82%
B = 30.12%

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

#D95080 (or 0xD95080) is known color: Cranberry. HEX triplet: D9, 50 and 80. RGB value is (217,80,128). Sum of RGB (Red+Green+Blue) = 217+80+128=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D95080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95080 is #26AF7F. Grayscale: #7E7E7E. Windows color (decimal): -2535296 or 8409305. OLE color: 8409305.

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

Color convert

RGB 217 80 128 -
CMYK 0 0.63 0.41 0.15
HSL 338.98º 0.64% 0.58% -
HSV(B) 338.98º 0.63% 0.85% -
XYZ 35.38 22.05 22.81 -
YUV 126.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 217 80 128 0 0.63 0.41 0.15 338.98 0.64 0.58
Hex D9 50 80 0 3F 29 F 153 40 3A
Octal 331 120 200 0 77 51 17 523 100 72
Binary 11011001 1010000 10000000 0 111111 101001 1111 101010011 1000000 111010

Color Harmonies of #D95080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95080

Black with #D95080

Text Example


Text Example

White with #D95080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95080; }

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

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

background-color css

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

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

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

border-color css

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

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

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