Html Css Color HEX #D15282 Cranberry

📋 copy color: '#D15282'

red 209 ◦ green 82 ◦ blue 130

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

Shades of Cranberry #D15282

Tints of Cranberry #D15282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.48%

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

R = 49.64%
G = 19.48%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D15282 (or 0xD15282) is known color: Cranberry. HEX triplet: D1, 52 and 82. RGB value is (209,82,130). Sum of RGB (Red+Green+Blue) = 209+82+130=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D15282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15282 is #2EAD7D. Grayscale: #7D7D7D. Windows color (decimal): -3059070 or 8540881. OLE color: 8540881.

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

Color convert

RGB 209 82 130 -
CMYK 0 0.61 0.38 0.18
HSL 337.32º 0.58% 0.57% -
HSV(B) 337.32º 0.61% 0.82% -
XYZ 33.34 21.2 23.45 -
YUV 125.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 209 82 130 0 0.61 0.38 0.18 337.32 0.58 0.57
Hex D1 52 82 0 3D 26 12 151 3A 39
Octal 321 122 202 0 75 46 22 521 72 71
Binary 11010001 1010010 10000010 0 111101 100110 10010 101010001 111010 111001

Color Harmonies of #D15282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15282

Black with #D15282

Text Example


Text Example

White with #D15282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15282; }

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

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

background-color css

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

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

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

border-color css

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

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

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