Html Css Color HEX #D63593 Deep Cerise

📋 copy color: '#D63593'

red 214 ◦ green 53 ◦ blue 147

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

Shades of Deep Cerise #D63593

Tints of Deep Cerise #D63593

RGB

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

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

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

R = 51.69%
G = 12.8%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D63593 (or 0xD63593) is known color: Deep Cerise. HEX triplet: D6, 35 and 93. RGB value is (214,53,147). Sum of RGB (Red+Green+Blue) = 214+53+147=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D63593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63593 is #29CA6C. Grayscale: #6F6F6F. Windows color (decimal): -2738797 or 9647574. OLE color: 9647574.

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

Color convert

RGB 214 53 147 -
CMYK 0 0.75 0.31 0.16
HSL 324.97º 0.66% 0.52% -
HSV(B) 324.97º 0.75% 0.84% -
XYZ 34.27 18.95 29.45 -
YUV 111.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 214 53 147 0 0.75 0.31 0.16 324.97 0.66 0.52
Hex D6 35 93 0 4B 1F 10 145 42 34
Octal 326 65 223 0 113 37 20 505 102 64
Binary 11010110 110101 10010011 0 1001011 11111 10000 101000101 1000010 110100

Color Harmonies of #D63593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63593

Black with #D63593

Text Example


Text Example

White with #D63593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63593; }

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

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

background-color css

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

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

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

border-color css

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

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

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