Html Css Color HEX #D14778 Cranberry

📋 copy color: '#D14778'

red 209 ◦ green 71 ◦ blue 120

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

Shades of Cranberry #D14778

Tints of Cranberry #D14778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.75%

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

R = 52.25%
G = 17.75%
B = 30%

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

#D14778 (or 0xD14778) is known color: Cranberry. HEX triplet: D1, 47 and 78. RGB value is (209,71,120). Sum of RGB (Red+Green+Blue) = 209+71+120=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D14778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14778 is #2EB887. Grayscale: #757575. Windows color (decimal): -3061896 or 7882705. OLE color: 7882705.

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

Color convert

RGB 209 71 120 -
CMYK 0 0.66 0.43 0.18
HSL 338.7º 0.6% 0.55% -
HSV(B) 338.7º 0.66% 0.82% -
XYZ 31.94 19.42 19.83 -
YUV 117.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 209 71 120 0 0.66 0.43 0.18 338.7 0.6 0.55
Hex D1 47 78 0 42 2B 12 153 3C 37
Octal 321 107 170 0 102 53 22 523 74 67
Binary 11010001 1000111 1111000 0 1000010 101011 10010 101010011 111100 110111

Color Harmonies of #D14778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14778

Black with #D14778

Text Example


Text Example

White with #D14778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14778; }

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

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

background-color css

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

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

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

border-color css

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

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

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