Html Css Color HEX #D63590 Deep Cerise

📋 copy color: '#D63590'

red 214 ◦ green 53 ◦ blue 144

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

Shades of Deep Cerise #D63590

Tints of Deep Cerise #D63590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

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

R = 52.07%
G = 12.9%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D63590 (or 0xD63590) is known color: Deep Cerise. HEX triplet: D6, 35 and 90. RGB value is (214,53,144). Sum of RGB (Red+Green+Blue) = 214+53+144=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D63590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63590 is #29CA6F. Grayscale: #6F6F6F. Windows color (decimal): -2738800 or 9450966. OLE color: 9450966.

HSL color Cylindrical-coordinate representation of color #D63590: hue angle of 326.09º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63590 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 144 -
CMYK 0 0.75 0.33 0.16
HSL 326.09º 0.66% 0.52% -
HSV(B) 326.09º 0.75% 0.84% -
XYZ 34.04 18.86 28.23 -
YUV 111.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 214 53 144 0 0.75 0.33 0.16 326.09 0.66 0.52
Hex D6 35 90 0 4B 21 10 146 42 34
Octal 326 65 220 0 113 41 20 506 102 64
Binary 11010110 110101 10010000 0 1001011 100001 10000 101000110 1000010 110100

Color Harmonies of #D63590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63590

Black with #D63590

Text Example


Text Example

White with #D63590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63590; }

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

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

background-color css

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

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

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

border-color css

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

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

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