Html Css Color HEX #D14276 Cranberry

📋 copy color: '#D14276'

red 209 ◦ green 66 ◦ blue 118

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

Shades of Cranberry #D14276

Tints of Cranberry #D14276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 53.18%
G = 16.79%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D14276 (or 0xD14276) is known color: Cranberry. HEX triplet: D1, 42 and 76. RGB value is (209,66,118). Sum of RGB (Red+Green+Blue) = 209+66+118=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14276 is #2EBD89. Grayscale: #727272. Windows color (decimal): -3063178 or 7750353. OLE color: 7750353.

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

Color convert

RGB 209 66 118 -
CMYK 0 0.68 0.44 0.18
HSL 338.18º 0.61% 0.54% -
HSV(B) 338.18º 0.68% 0.82% -
XYZ 31.51 18.76 19.1 -
YUV 114.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 209 66 118 0 0.68 0.44 0.18 338.18 0.61 0.54
Hex D1 42 76 0 44 2C 12 152 3D 36
Octal 321 102 166 0 104 54 22 522 75 66
Binary 11010001 1000010 1110110 0 1000100 101100 10010 101010010 111101 110110

Color Harmonies of #D14276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14276

Black with #D14276

Text Example


Text Example

White with #D14276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14276; }

 p { color: rgb(209,66,118); }

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

background-color css

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

 a { background-color: rgb(209,66,118); }

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

border-color css

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

 span { border-color: rgb(209,66,118); }

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