Html Css Color HEX #D15F80 Cranberry

📋 copy color: '#D15F80'

red 209 ◦ green 95 ◦ blue 128

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

Shades of Cranberry #D15F80

Tints of Cranberry #D15F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 48.38%
G = 21.99%
B = 29.63%

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

#D15F80 (or 0xD15F80) is known color: Cranberry. HEX triplet: D1, 5F and 80. RGB value is (209,95,128). Sum of RGB (Red+Green+Blue) = 209+95+128=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F80 is #2EA07F. Grayscale: #848484. Windows color (decimal): -3055744 or 8413137. OLE color: 8413137.

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

Color convert

RGB 209 95 128 -
CMYK 0 0.55 0.39 0.18
HSL 342.63º 0.55% 0.6% -
HSV(B) 342.63º 0.55% 0.82% -
XYZ 34.28 23.3 23.11 -
YUV 132.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 209 95 128 0 0.55 0.39 0.18 342.63 0.55 0.6
Hex D1 5F 80 0 37 27 12 157 37 3C
Octal 321 137 200 0 67 47 22 527 67 74
Binary 11010001 1011111 10000000 0 110111 100111 10010 101010111 110111 111100

Color Harmonies of #D15F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F80

Black with #D15F80

Text Example


Text Example

White with #D15F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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