Html Css Color HEX #D64773 Cranberry

📋 copy color: '#D64773'

red 214 ◦ green 71 ◦ blue 115

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

Shades of Cranberry #D64773

Tints of Cranberry #D64773

RGB

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

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

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

R = 53.5%
G = 17.75%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D64773 (or 0xD64773) is known color: Cranberry. HEX triplet: D6, 47 and 73. RGB value is (214,71,115). Sum of RGB (Red+Green+Blue) = 214+71+115=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D64773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64773 is #29B88C. Grayscale: #767676. Windows color (decimal): -2734221 or 7555030. OLE color: 7555030.

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

Color convert

RGB 214 71 115 -
CMYK 0 0.67 0.46 0.16
HSL 341.54º 0.64% 0.56% -
HSV(B) 341.54º 0.67% 0.84% -
XYZ 33.08 20.04 18.34 -
YUV 118.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 214 71 115 0 0.67 0.46 0.16 341.54 0.64 0.56
Hex D6 47 73 0 43 2E 10 156 40 38
Octal 326 107 163 0 103 56 20 526 100 70
Binary 11010110 1000111 1110011 0 1000011 101110 10000 101010110 1000000 111000

Color Harmonies of #D64773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64773

Black with #D64773

Text Example


Text Example

White with #D64773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64773; }

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

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

background-color css

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

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

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

border-color css

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

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

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