Html Css Color HEX #D63993 Deep Cerise

📋 copy color: '#D63993'

red 214 ◦ green 57 ◦ blue 147

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

Shades of Deep Cerise #D63993

Tints of Deep Cerise #D63993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.64%

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

R = 51.2%
G = 13.64%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D63993 (or 0xD63993) is known color: Deep Cerise. HEX triplet: D6, 39 and 93. RGB value is (214,57,147). Sum of RGB (Red+Green+Blue) = 214+57+147=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D63993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63993 is #29C66C. Grayscale: #727272. Windows color (decimal): -2737773 or 9648598. OLE color: 9648598.

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

Color convert

RGB 214 57 147 -
CMYK 0 0.73 0.31 0.16
HSL 325.61º 0.66% 0.53% -
HSV(B) 325.61º 0.73% 0.84% -
XYZ 34.46 19.33 29.52 -
YUV 114.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 214 57 147 0 0.73 0.31 0.16 325.61 0.66 0.53
Hex D6 39 93 0 49 1F 10 146 42 35
Octal 326 71 223 0 111 37 20 506 102 65
Binary 11010110 111001 10010011 0 1001001 11111 10000 101000110 1000010 110101

Color Harmonies of #D63993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63993

Black with #D63993

Text Example


Text Example

White with #D63993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63993; }

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

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

background-color css

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

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

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

border-color css

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

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

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