Html Css Color HEX #D15478 Cranberry

📋 copy color: '#D15478'

red 209 ◦ green 84 ◦ blue 120

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

Shades of Cranberry #D15478

Tints of Cranberry #D15478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.34%

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

R = 50.61%
G = 20.34%
B = 29.06%

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

#D15478 (or 0xD15478) is known color: Cranberry. HEX triplet: D1, 54 and 78. RGB value is (209,84,120). Sum of RGB (Red+Green+Blue) = 209+84+120=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D15478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15478 is #2EAB87. Grayscale: #7D7D7D. Windows color (decimal): -3058568 or 7886033. OLE color: 7886033.

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

Color convert

RGB 209 84 120 -
CMYK 0 0.60 0.43 0.18
HSL 342.72º 0.58% 0.57% -
HSV(B) 342.72º 0.6% 0.82% -
XYZ 32.85 21.25 20.14 -
YUV 125.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 209 84 120 0 0.60 0.43 0.18 342.72 0.58 0.57
Hex D1 54 78 0 3C 2B 12 157 3A 39
Octal 321 124 170 0 74 53 22 527 72 71
Binary 11010001 1010100 1111000 0 111100 101011 10010 101010111 111010 111001

Color Harmonies of #D15478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15478

Black with #D15478

Text Example


Text Example

White with #D15478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15478; }

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

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

background-color css

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

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

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

border-color css

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

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

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