Html Css Color HEX #D64071 Cranberry

📋 copy color: '#D64071'

red 214 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #D64071

Tints of Cranberry #D64071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

 BLUE value IS 113 (44.53% from 255) = 28.9%

R = 54.73%
G = 16.37%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D64071 (or 0xD64071) is known color: Cranberry. HEX triplet: D6, 40 and 71. RGB value is (214,64,113). Sum of RGB (Red+Green+Blue) = 214+64+113=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D64071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64071 is #29BF8E. Grayscale: #727272. Windows color (decimal): -2736015 or 7422166. OLE color: 7422166.

HSL color Cylindrical-coordinate representation of color #D64071: hue angle of 340.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64071 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 113 -
CMYK 0 0.70 0.47 0.16
HSL 340.4º 0.65% 0.55% -
HSV(B) 340.4º 0.7% 0.84% -
XYZ 32.55 19.16 17.6 -
YUV 114.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 214 64 113 0 0.70 0.47 0.16 340.4 0.65 0.55
Hex D6 40 71 0 46 2F 10 154 41 37
Octal 326 100 161 0 106 57 20 524 101 67
Binary 11010110 1000000 1110001 0 1000110 101111 10000 101010100 1000001 110111

Color Harmonies of #D64071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64071

Black with #D64071

Text Example


Text Example

White with #D64071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64071; }

 p { color: rgb(214,64,113); }

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

background-color css

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

 a { background-color: rgb(214,64,113); }

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

border-color css

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

 span { border-color: rgb(214,64,113); }

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