Html Css Color HEX #D64070 Cranberry

📋 copy color: '#D64070'

red 214 ◦ green 64 ◦ blue 112

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

Shades of Cranberry #D64070

Tints of Cranberry #D64070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 54.87%
G = 16.41%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D64070 (or 0xD64070) is known color: Cranberry. HEX triplet: D6, 40 and 70. RGB value is (214,64,112). Sum of RGB (Red+Green+Blue) = 214+64+112=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D64070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64070 is #29BF8F. Grayscale: #727272. Windows color (decimal): -2736016 or 7356630. OLE color: 7356630.

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

Color convert

RGB 214 64 112 -
CMYK 0 0.70 0.48 0.16
HSL 340.8º 0.65% 0.55% -
HSV(B) 340.8º 0.7% 0.84% -
XYZ 32.49 19.13 17.31 -
YUV 114.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 214 64 112 0 0.70 0.48 0.16 340.8 0.65 0.55
Hex D6 40 70 0 46 30 10 155 41 37
Octal 326 100 160 0 106 60 20 525 101 67
Binary 11010110 1000000 1110000 0 1000110 110000 10000 101010101 1000001 110111

Color Harmonies of #D64070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64070

Black with #D64070

Text Example


Text Example

White with #D64070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64070; }

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

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

background-color css

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

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

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

border-color css

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

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

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