Html Css Color HEX #D64473 Cranberry

📋 copy color: '#D64473'

red 214 ◦ green 68 ◦ blue 115

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

Shades of Cranberry #D64473

Tints of Cranberry #D64473

RGB

 RED value IS 214 (83.98% from 255) = 53.9%

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 53.9%
G = 17.13%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D64473 (or 0xD64473) is known color: Cranberry. HEX triplet: D6, 44 and 73. RGB value is (214,68,115). Sum of RGB (Red+Green+Blue) = 214+68+115=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D64473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64473 is #29BB8C. Grayscale: #747474. Windows color (decimal): -2734989 or 7554262. OLE color: 7554262.

HSL color Cylindrical-coordinate representation of color #D64473: hue angle of 340.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64473 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 115 -
CMYK 0 0.68 0.46 0.16
HSL 340.68º 0.64% 0.55% -
HSV(B) 340.68º 0.68% 0.84% -
XYZ 32.89 19.67 18.28 -
YUV 117.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 214 68 115 0 0.68 0.46 0.16 340.68 0.64 0.55
Hex D6 44 73 0 44 2E 10 155 40 37
Octal 326 104 163 0 104 56 20 525 100 67
Binary 11010110 1000100 1110011 0 1000100 101110 10000 101010101 1000000 110111

Color Harmonies of #D64473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64473

Black with #D64473

Text Example


Text Example

White with #D64473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64473; }

 p { color: rgb(214,68,115); }

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

background-color css

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

 a { background-color: rgb(214,68,115); }

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

border-color css

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

 span { border-color: rgb(214,68,115); }

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