Html Css Color HEX #D64090 Deep Cerise

📋 copy color: '#D64090'

red 214 ◦ green 64 ◦ blue 144

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

Shades of Deep Cerise #D64090

Tints of Deep Cerise #D64090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 50.71%
G = 15.17%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D64090 (or 0xD64090) is known color: Deep Cerise. HEX triplet: D6, 40 and 90. RGB value is (214,64,144). Sum of RGB (Red+Green+Blue) = 214+64+144=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D64090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64090 is #29BF6F. Grayscale: #757575. Windows color (decimal): -2735984 or 9453782. OLE color: 9453782.

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

Color convert

RGB 214 64 144 -
CMYK 0 0.70 0.33 0.16
HSL 328º 0.65% 0.55% -
HSV(B) 328º 0.7% 0.84% -
XYZ 34.6 19.98 28.42 -
YUV 117.97 142.7 196.5 -
System Red Green Blue C M Y K H S L
Decimal 214 64 144 0 0.70 0.33 0.16 328 0.65 0.55
Hex D6 40 90 0 46 21 10 148 41 37
Octal 326 100 220 0 106 41 20 510 101 67
Binary 11010110 1000000 10010000 0 1000110 100001 10000 101001000 1000001 110111

Color Harmonies of #D64090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64090

Black with #D64090

Text Example


Text Example

White with #D64090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64090; }

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

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

background-color css

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

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

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

border-color css

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

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

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