Html Css Color HEX #D64095 Deep Cerise

📋 copy color: '#D64095'

red 214 ◦ green 64 ◦ blue 149

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

Shades of Deep Cerise #D64095

Tints of Deep Cerise #D64095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 50.12%
G = 14.99%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D64095 (or 0xD64095) is known color: Deep Cerise. HEX triplet: D6, 40 and 95. RGB value is (214,64,149). Sum of RGB (Red+Green+Blue) = 214+64+149=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D64095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64095 is #29BF6A. Grayscale: #767676. Windows color (decimal): -2735979 or 9781462. OLE color: 9781462.

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

Color convert

RGB 214 64 149 -
CMYK 0 0.70 0.30 0.16
HSL 326º 0.65% 0.55% -
HSV(B) 326º 0.7% 0.84% -
XYZ 34.99 20.13 30.48 -
YUV 118.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 214 64 149 0 0.70 0.30 0.16 326 0.65 0.55
Hex D6 40 95 0 46 1E 10 146 41 37
Octal 326 100 225 0 106 36 20 506 101 67
Binary 11010110 1000000 10010101 0 1000110 11110 10000 101000110 1000001 110111

Color Harmonies of #D64095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64095

Black with #D64095

Text Example


Text Example

White with #D64095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64095; }

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

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

background-color css

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

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

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

border-color css

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

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

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