Html Css Color HEX #D15080 Cranberry

📋 copy color: '#D15080'

red 209 ◦ green 80 ◦ blue 128

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

Shades of Cranberry #D15080

Tints of Cranberry #D15080

RGB

 RED value IS 209 (82.03% from 255) = 50.12%

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

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

R = 50.12%
G = 19.18%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D15080 (or 0xD15080) is known color: Cranberry. HEX triplet: D1, 50 and 80. RGB value is (209,80,128). Sum of RGB (Red+Green+Blue) = 209+80+128=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D15080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15080 is #2EAF7F. Grayscale: #7B7B7B. Windows color (decimal): -3059584 or 8409297. OLE color: 8409297.

HSL color Cylindrical-coordinate representation of color #D15080: hue angle of 337.67º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15080 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 128 -
CMYK 0 0.62 0.39 0.18
HSL 337.67º 0.58% 0.57% -
HSV(B) 337.67º 0.62% 0.82% -
XYZ 33.06 20.85 22.7 -
YUV 124.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 209 80 128 0 0.62 0.39 0.18 337.67 0.58 0.57
Hex D1 50 80 0 3E 27 12 152 3A 39
Octal 321 120 200 0 76 47 22 522 72 71
Binary 11010001 1010000 10000000 0 111110 100111 10010 101010010 111010 111001

Color Harmonies of #D15080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15080

Black with #D15080

Text Example


Text Example

White with #D15080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15080; }

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

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

background-color css

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

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

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

border-color css

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

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

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