Html Css Color HEX #D14773 Cranberry

📋 copy color: '#D14773'

red 209 ◦ green 71 ◦ blue 115

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

Shades of Cranberry #D14773

Tints of Cranberry #D14773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 52.91%
G = 17.97%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D14773 (or 0xD14773) is known color: Cranberry. HEX triplet: D1, 47 and 73. RGB value is (209,71,115). Sum of RGB (Red+Green+Blue) = 209+71+115=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D14773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14773 is #2EB88C. Grayscale: #757575. Windows color (decimal): -3061901 or 7555025. OLE color: 7555025.

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

Color convert

RGB 209 71 115 -
CMYK 0 0.66 0.45 0.18
HSL 340.87º 0.6% 0.55% -
HSV(B) 340.87º 0.66% 0.82% -
XYZ 31.64 19.3 18.28 -
YUV 117.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 209 71 115 0 0.66 0.45 0.18 340.87 0.6 0.55
Hex D1 47 73 0 42 2D 12 155 3C 37
Octal 321 107 163 0 102 55 22 525 74 67
Binary 11010001 1000111 1110011 0 1000010 101101 10010 101010101 111100 110111

Color Harmonies of #D14773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14773

Black with #D14773

Text Example


Text Example

White with #D14773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14773; }

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

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

background-color css

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

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

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

border-color css

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

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

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