Html Css Color HEX #D14779 Cranberry

📋 copy color: '#D14779'

red 209 ◦ green 71 ◦ blue 121

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

Shades of Cranberry #D14779

Tints of Cranberry #D14779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 52.12%
G = 17.71%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D14779 (or 0xD14779) is known color: Cranberry. HEX triplet: D1, 47 and 79. RGB value is (209,71,121). Sum of RGB (Red+Green+Blue) = 209+71+121=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D14779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14779 is #2EB886. Grayscale: #757575. Windows color (decimal): -3061895 or 7948241. OLE color: 7948241.

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

Color convert

RGB 209 71 121 -
CMYK 0 0.66 0.42 0.18
HSL 338.26º 0.6% 0.55% -
HSV(B) 338.26º 0.66% 0.82% -
XYZ 32 19.44 20.16 -
YUV 117.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 209 71 121 0 0.66 0.42 0.18 338.26 0.6 0.55
Hex D1 47 79 0 42 2A 12 152 3C 37
Octal 321 107 171 0 102 52 22 522 74 67
Binary 11010001 1000111 1111001 0 1000010 101010 10010 101010010 111100 110111

Color Harmonies of #D14779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14779

Black with #D14779

Text Example


Text Example

White with #D14779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14779; }

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

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

background-color css

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

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

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

border-color css

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

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

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