Html Css Color HEX #D15083 Cranberry

📋 copy color: '#D15083'

red 209 ◦ green 80 ◦ blue 131

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

Shades of Cranberry #D15083

Tints of Cranberry #D15083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 49.76%
G = 19.05%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D15083 (or 0xD15083) is known color: Cranberry. HEX triplet: D1, 50 and 83. RGB value is (209,80,131). Sum of RGB (Red+Green+Blue) = 209+80+131=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D15083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15083 is #2EAF7C. Grayscale: #7C7C7C. Windows color (decimal): -3059581 or 8605905. OLE color: 8605905.

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

Color convert

RGB 209 80 131 -
CMYK 0 0.62 0.37 0.18
HSL 336.28º 0.58% 0.57% -
HSV(B) 336.28º 0.62% 0.82% -
XYZ 33.26 20.93 23.76 -
YUV 124.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 209 80 131 0 0.62 0.37 0.18 336.28 0.58 0.57
Hex D1 50 83 0 3E 25 12 150 3A 39
Octal 321 120 203 0 76 45 22 520 72 71
Binary 11010001 1010000 10000011 0 111110 100101 10010 101010000 111010 111001

Color Harmonies of #D15083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15083

Black with #D15083

Text Example


Text Example

White with #D15083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15083; }

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

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

background-color css

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

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

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

border-color css

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

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

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