Html Css Color HEX #D15175 Cranberry

📋 copy color: '#D15175'

red 209 ◦ green 81 ◦ blue 117

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

Shades of Cranberry #D15175

Tints of Cranberry #D15175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.9%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 51.35%
G = 19.9%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D15175 (or 0xD15175) is known color: Cranberry. HEX triplet: D1, 51 and 75. RGB value is (209,81,117). Sum of RGB (Red+Green+Blue) = 209+81+117=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D15175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15175 is #2EAE8A. Grayscale: #7B7B7B. Windows color (decimal): -3059339 or 7688657. OLE color: 7688657.

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

Color convert

RGB 209 81 117 -
CMYK 0 0.61 0.44 0.18
HSL 343.13º 0.58% 0.57% -
HSV(B) 343.13º 0.61% 0.82% -
XYZ 32.45 20.72 19.12 -
YUV 123.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 209 81 117 0 0.61 0.44 0.18 343.13 0.58 0.57
Hex D1 51 75 0 3D 2C 12 157 3A 39
Octal 321 121 165 0 75 54 22 527 72 71
Binary 11010001 1010001 1110101 0 111101 101100 10010 101010111 111010 111001

Color Harmonies of #D15175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15175

Black with #D15175

Text Example


Text Example

White with #D15175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15175; }

 p { color: rgb(209,81,117); }

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

background-color css

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

 a { background-color: rgb(209,81,117); }

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

border-color css

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

 span { border-color: rgb(209,81,117); }

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