Html Css Color HEX #D14676 Cranberry

📋 copy color: '#D14676'

red 209 ◦ green 70 ◦ blue 118

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

Shades of Cranberry #D14676

Tints of Cranberry #D14676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

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

R = 52.64%
G = 17.63%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D14676 (or 0xD14676) is known color: Cranberry. HEX triplet: D1, 46 and 76. RGB value is (209,70,118). Sum of RGB (Red+Green+Blue) = 209+70+118=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D14676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14676 is #2EB989. Grayscale: #747474. Windows color (decimal): -3062154 or 7751377. OLE color: 7751377.

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

Color convert

RGB 209 70 118 -
CMYK 0 0.67 0.44 0.18
HSL 339.28º 0.6% 0.55% -
HSV(B) 339.28º 0.67% 0.82% -
XYZ 31.75 19.24 19.18 -
YUV 117.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 209 70 118 0 0.67 0.44 0.18 339.28 0.6 0.55
Hex D1 46 76 0 43 2C 12 153 3C 37
Octal 321 106 166 0 103 54 22 523 74 67
Binary 11010001 1000110 1110110 0 1000011 101100 10010 101010011 111100 110111

Color Harmonies of #D14676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14676

Black with #D14676

Text Example


Text Example

White with #D14676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14676; }

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

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

background-color css

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

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

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

border-color css

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

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

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