Html Css Color HEX #D15E80 Cranberry

📋 copy color: '#D15E80'

red 209 ◦ green 94 ◦ blue 128

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

Shades of Cranberry #D15E80

Tints of Cranberry #D15E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

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

R = 48.49%
G = 21.81%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D15E80 (or 0xD15E80) is known color: Cranberry. HEX triplet: D1, 5E and 80. RGB value is (209,94,128). Sum of RGB (Red+Green+Blue) = 209+94+128=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15E80 is #2EA17F. Grayscale: #848484. Windows color (decimal): -3056000 or 8412881. OLE color: 8412881.

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

Color convert

RGB 209 94 128 -
CMYK 0 0.55 0.39 0.18
HSL 342.26º 0.56% 0.59% -
HSV(B) 342.26º 0.55% 0.82% -
XYZ 34.19 23.12 23.08 -
YUV 132.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 209 94 128 0 0.55 0.39 0.18 342.26 0.56 0.59
Hex D1 5E 80 0 37 27 12 156 38 3B
Octal 321 136 200 0 67 47 22 526 70 73
Binary 11010001 1011110 10000000 0 110111 100111 10010 101010110 111000 111011

Color Harmonies of #D15E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E80

Black with #D15E80

Text Example


Text Example

White with #D15E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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