Html Css Color HEX #D64093 Deep Cerise

📋 copy color: '#D64093'

red 214 ◦ green 64 ◦ blue 147

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

Shades of Deep Cerise #D64093

Tints of Deep Cerise #D64093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 50.35%
G = 15.06%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D64093 (or 0xD64093) is known color: Deep Cerise. HEX triplet: D6, 40 and 93. RGB value is (214,64,147). Sum of RGB (Red+Green+Blue) = 214+64+147=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D64093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64093 is #29BF6C. Grayscale: #767676. Windows color (decimal): -2735981 or 9650390. OLE color: 9650390.

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

Color convert

RGB 214 64 147 -
CMYK 0 0.70 0.31 0.16
HSL 326.8º 0.65% 0.55% -
HSV(B) 326.8º 0.7% 0.84% -
XYZ 34.83 20.07 29.64 -
YUV 118.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 214 64 147 0 0.70 0.31 0.16 326.8 0.65 0.55
Hex D6 40 93 0 46 1F 10 147 41 37
Octal 326 100 223 0 106 37 20 507 101 67
Binary 11010110 1000000 10010011 0 1000110 11111 10000 101000111 1000001 110111

Color Harmonies of #D64093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64093

Black with #D64093

Text Example


Text Example

White with #D64093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64093; }

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

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

background-color css

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

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

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

border-color css

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

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

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