Html Css Color HEX #D64573 Cranberry

📋 copy color: '#D64573'

red 214 ◦ green 69 ◦ blue 115

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

Shades of Cranberry #D64573

Tints of Cranberry #D64573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

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

R = 53.77%
G = 17.34%
B = 28.89%

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

#D64573 (or 0xD64573) is known color: Cranberry. HEX triplet: D6, 45 and 73. RGB value is (214,69,115). Sum of RGB (Red+Green+Blue) = 214+69+115=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64573 is #29BA8C. Grayscale: #757575. Windows color (decimal): -2734733 or 7554518. OLE color: 7554518.

HSL color Cylindrical-coordinate representation of color #D64573: hue angle of 340.97º 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 #D64573 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 115 -
CMYK 0 0.68 0.46 0.16
HSL 340.97º 0.64% 0.55% -
HSV(B) 340.97º 0.68% 0.84% -
XYZ 32.95 19.79 18.3 -
YUV 117.6 126.54 196.76 -
System Red Green Blue C M Y K H S L
Decimal 214 69 115 0 0.68 0.46 0.16 340.97 0.64 0.55
Hex D6 45 73 0 44 2E 10 155 40 37
Octal 326 105 163 0 104 56 20 525 100 67
Binary 11010110 1000101 1110011 0 1000100 101110 10000 101010101 1000000 110111

Color Harmonies of #D64573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64573

Black with #D64573

Text Example


Text Example

White with #D64573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64573; }

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

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

background-color css

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

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

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

border-color css

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

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

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