Html Css Color HEX #D62390 Deep Cerise

📋 copy color: '#D62390'

red 214 ◦ green 35 ◦ blue 144

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

Shades of Deep Cerise #D62390

Tints of Deep Cerise #D62390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.91%

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

R = 54.45%
G = 8.91%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D62390 (or 0xD62390) is known color: Deep Cerise. HEX triplet: D6, 23 and 90. RGB value is (214,35,144). Sum of RGB (Red+Green+Blue) = 214+35+144=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D62390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62390 is #29DC6F. Grayscale: #646464. Windows color (decimal): -2743408 or 9446358. OLE color: 9446358.

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

Color convert

RGB 214 35 144 -
CMYK 0 0.84 0.33 0.16
HSL 323.46º 0.72% 0.49% -
HSV(B) 323.46º 0.84% 0.84% -
XYZ 33.37 17.51 28.01 -
YUV 100.95 152.3 208.64 -
System Red Green Blue C M Y K H S L
Decimal 214 35 144 0 0.84 0.33 0.16 323.46 0.72 0.49
Hex D6 23 90 0 54 21 10 143 48 31
Octal 326 43 220 0 124 41 20 503 110 61
Binary 11010110 100011 10010000 0 1010100 100001 10000 101000011 1001000 110001

Color Harmonies of #D62390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62390

Black with #D62390

Text Example


Text Example

White with #D62390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62390; }

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

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

background-color css

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

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

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

border-color css

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

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

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