Html Css Color HEX #D15376 Cranberry

📋 copy color: '#D15376'

red 209 ◦ green 83 ◦ blue 118

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

Shades of Cranberry #D15376

Tints of Cranberry #D15376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.24%

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

R = 50.98%
G = 20.24%
B = 28.78%

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

#D15376 (or 0xD15376) is known color: Cranberry. HEX triplet: D1, 53 and 76. RGB value is (209,83,118). Sum of RGB (Red+Green+Blue) = 209+83+118=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D15376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15376 is #2EAC89. Grayscale: #7C7C7C. Windows color (decimal): -3058826 or 7754705. OLE color: 7754705.

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

Color convert

RGB 209 83 118 -
CMYK 0 0.60 0.44 0.18
HSL 343.33º 0.58% 0.57% -
HSV(B) 343.33º 0.6% 0.82% -
XYZ 32.66 21.05 19.48 -
YUV 124.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 209 83 118 0 0.60 0.44 0.18 343.33 0.58 0.57
Hex D1 53 76 0 3C 2C 12 157 3A 39
Octal 321 123 166 0 74 54 22 527 72 71
Binary 11010001 1010011 1110110 0 111100 101100 10010 101010111 111010 111001

Color Harmonies of #D15376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15376

Black with #D15376

Text Example


Text Example

White with #D15376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15376; }

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

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

background-color css

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

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

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

border-color css

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

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

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