Html Css Color HEX #D15377 Cranberry

📋 copy color: '#D15377'

red 209 ◦ green 83 ◦ blue 119

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

Shades of Cranberry #D15377

Tints of Cranberry #D15377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.95%

R = 50.85%
G = 20.19%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D15377 (or 0xD15377) is known color: Cranberry. HEX triplet: D1, 53 and 77. RGB value is (209,83,119). Sum of RGB (Red+Green+Blue) = 209+83+119=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D15377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15377 is #2EAC88. Grayscale: #7C7C7C. Windows color (decimal): -3058825 or 7820241. OLE color: 7820241.

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

Color convert

RGB 209 83 119 -
CMYK 0 0.60 0.43 0.18
HSL 342.86º 0.58% 0.57% -
HSV(B) 342.86º 0.6% 0.82% -
XYZ 32.72 21.07 19.8 -
YUV 124.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 209 83 119 0 0.60 0.43 0.18 342.86 0.58 0.57
Hex D1 53 77 0 3C 2B 12 157 3A 39
Octal 321 123 167 0 74 53 22 527 72 71
Binary 11010001 1010011 1110111 0 111100 101011 10010 101010111 111010 111001

Color Harmonies of #D15377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15377

Black with #D15377

Text Example


Text Example

White with #D15377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15377; }

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

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

background-color css

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

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

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

border-color css

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

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

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