Html Css Color HEX #D15680 Cranberry

📋 copy color: '#D15680'

red 209 ◦ green 86 ◦ blue 128

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

Shades of Cranberry #D15680

Tints of Cranberry #D15680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.33%

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

R = 49.41%
G = 20.33%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D15680 (or 0xD15680) is known color: Cranberry. HEX triplet: D1, 56 and 80. RGB value is (209,86,128). Sum of RGB (Red+Green+Blue) = 209+86+128=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D15680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15680 is #2EA97F. Grayscale: #7F7F7F. Windows color (decimal): -3058048 or 8410833. OLE color: 8410833.

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

Color convert

RGB 209 86 128 -
CMYK 0 0.59 0.39 0.18
HSL 339.51º 0.57% 0.58% -
HSV(B) 339.51º 0.59% 0.82% -
XYZ 33.52 21.77 22.86 -
YUV 127.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 209 86 128 0 0.59 0.39 0.18 339.51 0.57 0.58
Hex D1 56 80 0 3B 27 12 154 39 3A
Octal 321 126 200 0 73 47 22 524 71 72
Binary 11010001 1010110 10000000 0 111011 100111 10010 101010100 111001 111010

Color Harmonies of #D15680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15680

Black with #D15680

Text Example


Text Example

White with #D15680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15680; }

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

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

background-color css

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

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

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

border-color css

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

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

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