Html Css Color HEX #D14277 Cranberry

📋 copy color: '#D14277'

red 209 ◦ green 66 ◦ blue 119

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

Shades of Cranberry #D14277

Tints of Cranberry #D14277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 53.05%
G = 16.75%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D14277 (or 0xD14277) is known color: Cranberry. HEX triplet: D1, 42 and 77. RGB value is (209,66,119). Sum of RGB (Red+Green+Blue) = 209+66+119=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D14277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14277 is #2EBD88. Grayscale: #727272. Windows color (decimal): -3063177 or 7815889. OLE color: 7815889.

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

Color convert

RGB 209 66 119 -
CMYK 0 0.68 0.43 0.18
HSL 337.76º 0.61% 0.54% -
HSV(B) 337.76º 0.68% 0.82% -
XYZ 31.57 18.78 19.41 -
YUV 114.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 209 66 119 0 0.68 0.43 0.18 337.76 0.61 0.54
Hex D1 42 77 0 44 2B 12 152 3D 36
Octal 321 102 167 0 104 53 22 522 75 66
Binary 11010001 1000010 1110111 0 1000100 101011 10010 101010010 111101 110110

Color Harmonies of #D14277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14277

Black with #D14277

Text Example


Text Example

White with #D14277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14277; }

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

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

background-color css

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

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

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

border-color css

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

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

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