Html Css Color HEX #D14878 Cranberry

📋 copy color: '#D14878'

red 209 ◦ green 72 ◦ blue 120

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

Shades of Cranberry #D14878

Tints of Cranberry #D14878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

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

R = 52.12%
G = 17.96%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D14878 (or 0xD14878) is known color: Cranberry. HEX triplet: D1, 48 and 78. RGB value is (209,72,120). Sum of RGB (Red+Green+Blue) = 209+72+120=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D14878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14878 is #2EB787. Grayscale: #767676. Windows color (decimal): -3061640 or 7882961. OLE color: 7882961.

HSL color Cylindrical-coordinate representation of color #D14878: hue angle of 338.98º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14878 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 120 -
CMYK 0 0.66 0.43 0.18
HSL 338.98º 0.6% 0.55% -
HSV(B) 338.98º 0.66% 0.82% -
XYZ 32 19.55 19.86 -
YUV 118.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 209 72 120 0 0.66 0.43 0.18 338.98 0.6 0.55
Hex D1 48 78 0 42 2B 12 153 3C 37
Octal 321 110 170 0 102 53 22 523 74 67
Binary 11010001 1001000 1111000 0 1000010 101011 10010 101010011 111100 110111

Color Harmonies of #D14878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14878

Black with #D14878

Text Example


Text Example

White with #D14878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14878; }

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

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

background-color css

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

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

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

border-color css

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

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

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