Html Css Color HEX #D15476 Cranberry

📋 copy color: '#D15476'

red 209 ◦ green 84 ◦ blue 118

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

Shades of Cranberry #D15476

Tints of Cranberry #D15476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.44%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 50.85%
G = 20.44%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D15476 (or 0xD15476) is known color: Cranberry. HEX triplet: D1, 54 and 76. RGB value is (209,84,118). Sum of RGB (Red+Green+Blue) = 209+84+118=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D15476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15476 is #2EAB89. Grayscale: #7D7D7D. Windows color (decimal): -3058570 or 7754961. OLE color: 7754961.

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

Color convert

RGB 209 84 118 -
CMYK 0 0.60 0.44 0.18
HSL 343.68º 0.58% 0.57% -
HSV(B) 343.68º 0.6% 0.82% -
XYZ 32.73 21.2 19.51 -
YUV 125.25 123.91 187.74 -
System Red Green Blue C M Y K H S L
Decimal 209 84 118 0 0.60 0.44 0.18 343.68 0.58 0.57
Hex D1 54 76 0 3C 2C 12 158 3A 39
Octal 321 124 166 0 74 54 22 530 72 71
Binary 11010001 1010100 1110110 0 111100 101100 10010 101011000 111010 111001

Color Harmonies of #D15476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15476

Black with #D15476

Text Example


Text Example

White with #D15476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15476; }

 p { color: rgb(209,84,118); }

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

background-color css

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

 a { background-color: rgb(209,84,118); }

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

border-color css

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

 span { border-color: rgb(209,84,118); }

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