Html Css Color HEX #D63493 Deep Cerise

📋 copy color: '#D63493'

red 214 ◦ green 52 ◦ blue 147

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

Shades of Deep Cerise #D63493

Tints of Deep Cerise #D63493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

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

R = 51.82%
G = 12.59%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D63493 (or 0xD63493) is known color: Deep Cerise. HEX triplet: D6, 34 and 93. RGB value is (214,52,147). Sum of RGB (Red+Green+Blue) = 214+52+147=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D63493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63493 is #29CB6C. Grayscale: #6F6F6F. Windows color (decimal): -2739053 or 9647318. OLE color: 9647318.

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

Color convert

RGB 214 52 147 -
CMYK 0 0.76 0.31 0.16
HSL 324.81º 0.66% 0.52% -
HSV(B) 324.81º 0.76% 0.84% -
XYZ 34.23 18.86 29.44 -
YUV 111.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 214 52 147 0 0.76 0.31 0.16 324.81 0.66 0.52
Hex D6 34 93 0 4C 1F 10 145 42 34
Octal 326 64 223 0 114 37 20 505 102 64
Binary 11010110 110100 10010011 0 1001100 11111 10000 101000101 1000010 110100

Color Harmonies of #D63493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63493

Black with #D63493

Text Example


Text Example

White with #D63493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63493; }

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

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

background-color css

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

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

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

border-color css

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

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

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