Html Css Color HEX #D62394 Deep Cerise

📋 copy color: '#D62394'

red 214 ◦ green 35 ◦ blue 148

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

Shades of Deep Cerise #D62394

Tints of Deep Cerise #D62394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 53.9%
G = 8.82%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D62394 (or 0xD62394) is known color: Deep Cerise. HEX triplet: D6, 23 and 94. RGB value is (214,35,148). Sum of RGB (Red+Green+Blue) = 214+35+148=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D62394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62394 is #29DC6B. Grayscale: #656565. Windows color (decimal): -2743404 or 9708502. OLE color: 9708502.

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

Color convert

RGB 214 35 148 -
CMYK 0 0.84 0.31 0.16
HSL 322.12º 0.72% 0.49% -
HSV(B) 322.12º 0.84% 0.84% -
XYZ 33.68 17.64 29.65 -
YUV 101.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 214 35 148 0 0.84 0.31 0.16 322.12 0.72 0.49
Hex D6 23 94 0 54 1F 10 142 48 31
Octal 326 43 224 0 124 37 20 502 110 61
Binary 11010110 100011 10010100 0 1010100 11111 10000 101000010 1001000 110001

Color Harmonies of #D62394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62394

Black with #D62394

Text Example


Text Example

White with #D62394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62394; }

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

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

background-color css

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

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

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

border-color css

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

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

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