Html Css Color HEX #D14874 Cranberry

📋 copy color: '#D14874'

red 209 ◦ green 72 ◦ blue 116

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

Shades of Cranberry #D14874

Tints of Cranberry #D14874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 52.64%
G = 18.14%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D14874 (or 0xD14874) is known color: Cranberry. HEX triplet: D1, 48 and 74. RGB value is (209,72,116). Sum of RGB (Red+Green+Blue) = 209+72+116=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D14874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14874 is #2EB78B. Grayscale: #757575. Windows color (decimal): -3061644 or 7620817. OLE color: 7620817.

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

Color convert

RGB 209 72 116 -
CMYK 0 0.66 0.44 0.18
HSL 340.73º 0.6% 0.55% -
HSV(B) 340.73º 0.66% 0.82% -
XYZ 31.76 19.45 18.6 -
YUV 117.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 209 72 116 0 0.66 0.44 0.18 340.73 0.6 0.55
Hex D1 48 74 0 42 2C 12 155 3C 37
Octal 321 110 164 0 102 54 22 525 74 67
Binary 11010001 1001000 1110100 0 1000010 101100 10010 101010101 111100 110111

Color Harmonies of #D14874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14874

Black with #D14874

Text Example


Text Example

White with #D14874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14874; }

 p { color: rgb(209,72,116); }

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

background-color css

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

 a { background-color: rgb(209,72,116); }

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

border-color css

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

 span { border-color: rgb(209,72,116); }

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