Html Css Color HEX #D14479 Cranberry

📋 copy color: '#D14479'

red 209 ◦ green 68 ◦ blue 121

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

Shades of Cranberry #D14479

Tints of Cranberry #D14479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.09%

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

R = 52.51%
G = 17.09%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D14479 (or 0xD14479) is known color: Cranberry. HEX triplet: D1, 44 and 79. RGB value is (209,68,121). Sum of RGB (Red+Green+Blue) = 209+68+121=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D14479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14479 is #2EBB86. Grayscale: #747474. Windows color (decimal): -3062663 or 7947473. OLE color: 7947473.

HSL color Cylindrical-coordinate representation of color #D14479: hue angle of 337.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14479 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 121 -
CMYK 0 0.67 0.42 0.18
HSL 337.45º 0.61% 0.54% -
HSV(B) 337.45º 0.67% 0.82% -
XYZ 31.81 19.07 20.09 -
YUV 116.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 209 68 121 0 0.67 0.42 0.18 337.45 0.61 0.54
Hex D1 44 79 0 43 2A 12 151 3D 36
Octal 321 104 171 0 103 52 22 521 75 66
Binary 11010001 1000100 1111001 0 1000011 101010 10010 101010001 111101 110110

Color Harmonies of #D14479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14479

Black with #D14479

Text Example


Text Example

White with #D14479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14479; }

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

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

background-color css

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

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

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

border-color css

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

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

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