Html Css Color HEX #D14673 Cranberry

📋 copy color: '#D14673'

red 209 ◦ green 70 ◦ blue 115

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

Shades of Cranberry #D14673

Tints of Cranberry #D14673

RGB

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

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

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

R = 53.05%
G = 17.77%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D14673 (or 0xD14673) is known color: Cranberry. HEX triplet: D1, 46 and 73. RGB value is (209,70,115). Sum of RGB (Red+Green+Blue) = 209+70+115=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D14673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14673 is #2EB98C. Grayscale: #747474. Windows color (decimal): -3062157 or 7554769. OLE color: 7554769.

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

Color convert

RGB 209 70 115 -
CMYK 0 0.67 0.45 0.18
HSL 340.58º 0.6% 0.55% -
HSV(B) 340.58º 0.67% 0.82% -
XYZ 31.58 19.17 18.26 -
YUV 116.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 209 70 115 0 0.67 0.45 0.18 340.58 0.6 0.55
Hex D1 46 73 0 43 2D 12 155 3C 37
Octal 321 106 163 0 103 55 22 525 74 67
Binary 11010001 1000110 1110011 0 1000011 101101 10010 101010101 111100 110111

Color Harmonies of #D14673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14673

Black with #D14673

Text Example


Text Example

White with #D14673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14673; }

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

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

background-color css

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

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

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

border-color css

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

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

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