Html Css Color HEX #D15078 Cranberry

📋 copy color: '#D15078'

red 209 ◦ green 80 ◦ blue 120

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

Shades of Cranberry #D15078

Tints of Cranberry #D15078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 51.1%
G = 19.56%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D15078 (or 0xD15078) is known color: Cranberry. HEX triplet: D1, 50 and 78. RGB value is (209,80,120). Sum of RGB (Red+Green+Blue) = 209+80+120=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D15078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15078 is #2EAF87. Grayscale: #7B7B7B. Windows color (decimal): -3059592 or 7885009. OLE color: 7885009.

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

Color convert

RGB 209 80 120 -
CMYK 0 0.62 0.43 0.18
HSL 341.4º 0.58% 0.57% -
HSV(B) 341.4º 0.62% 0.82% -
XYZ 32.55 20.65 20.04 -
YUV 123.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 209 80 120 0 0.62 0.43 0.18 341.4 0.58 0.57
Hex D1 50 78 0 3E 2B 12 155 3A 39
Octal 321 120 170 0 76 53 22 525 72 71
Binary 11010001 1010000 1111000 0 111110 101011 10010 101010101 111010 111001

Color Harmonies of #D15078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15078

Black with #D15078

Text Example


Text Example

White with #D15078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15078; }

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

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

background-color css

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

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

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

border-color css

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

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

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