Html Css Color HEX #D15082 Cranberry

📋 copy color: '#D15082'

red 209 ◦ green 80 ◦ blue 130

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

Shades of Cranberry #D15082

Tints of Cranberry #D15082

RGB

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

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

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

R = 49.88%
G = 19.09%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D15082 (or 0xD15082) is known color: Cranberry. HEX triplet: D1, 50 and 82. RGB value is (209,80,130). Sum of RGB (Red+Green+Blue) = 209+80+130=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D15082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15082 is #2EAF7D. Grayscale: #7C7C7C. Windows color (decimal): -3059582 or 8540369. OLE color: 8540369.

HSL color Cylindrical-coordinate representation of color #D15082: hue angle of 336.74º 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 #D15082 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 130 -
CMYK 0 0.62 0.38 0.18
HSL 336.74º 0.58% 0.57% -
HSV(B) 336.74º 0.62% 0.82% -
XYZ 33.19 20.9 23.4 -
YUV 124.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 209 80 130 0 0.62 0.38 0.18 336.74 0.58 0.57
Hex D1 50 82 0 3E 26 12 151 3A 39
Octal 321 120 202 0 76 46 22 521 72 71
Binary 11010001 1010000 10000010 0 111110 100110 10010 101010001 111010 111001

Color Harmonies of #D15082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15082

Black with #D15082

Text Example


Text Example

White with #D15082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15082; }

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

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

background-color css

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

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

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

border-color css

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

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

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