Html Css Color HEX #D15075 Cranberry

📋 copy color: '#D15075'

red 209 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #D15075

Tints of Cranberry #D15075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

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

R = 51.48%
G = 19.7%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D15075 (or 0xD15075) is known color: Cranberry. HEX triplet: D1, 50 and 75. RGB value is (209,80,117). Sum of RGB (Red+Green+Blue) = 209+80+117=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D15075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15075 is #2EAF8A. Grayscale: #7A7A7A. Windows color (decimal): -3059595 or 7688401. OLE color: 7688401.

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

Color convert

RGB 209 80 117 -
CMYK 0 0.62 0.44 0.18
HSL 342.79º 0.58% 0.57% -
HSV(B) 342.79º 0.62% 0.82% -
XYZ 32.37 20.58 19.1 -
YUV 122.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 209 80 117 0 0.62 0.44 0.18 342.79 0.58 0.57
Hex D1 50 75 0 3E 2C 12 157 3A 39
Octal 321 120 165 0 76 54 22 527 72 71
Binary 11010001 1010000 1110101 0 111110 101100 10010 101010111 111010 111001

Color Harmonies of #D15075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15075

Black with #D15075

Text Example


Text Example

White with #D15075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15075; }

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

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

background-color css

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

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

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

border-color css

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

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

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