Html Css Color HEX #D15982 Cranberry

📋 copy color: '#D15982'

red 209 ◦ green 89 ◦ blue 130

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

Shades of Cranberry #D15982

Tints of Cranberry #D15982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.79%

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

R = 48.83%
G = 20.79%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D15982 (or 0xD15982) is known color: Cranberry. HEX triplet: D1, 59 and 82. RGB value is (209,89,130). Sum of RGB (Red+Green+Blue) = 209+89+130=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D15982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15982 is #2EA67D. Grayscale: #818181. Windows color (decimal): -3057278 or 8542673. OLE color: 8542673.

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

Color convert

RGB 209 89 130 -
CMYK 0 0.57 0.38 0.18
HSL 339.5º 0.57% 0.58% -
HSV(B) 339.5º 0.57% 0.82% -
XYZ 33.9 22.31 23.64 -
YUV 129.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 209 89 130 0 0.57 0.38 0.18 339.5 0.57 0.58
Hex D1 59 82 0 39 26 12 154 39 3A
Octal 321 131 202 0 71 46 22 524 71 72
Binary 11010001 1011001 10000010 0 111001 100110 10010 101010100 111001 111010

Color Harmonies of #D15982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15982

Black with #D15982

Text Example


Text Example

White with #D15982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15982; }

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

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

background-color css

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

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

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

border-color css

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

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

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