Html Css Color HEX #D63995 Deep Cerise

📋 copy color: '#D63995'

red 214 ◦ green 57 ◦ blue 149

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

Shades of Deep Cerise #D63995

Tints of Deep Cerise #D63995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 50.95%
G = 13.57%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D63995 (or 0xD63995) is known color: Deep Cerise. HEX triplet: D6, 39 and 95. RGB value is (214,57,149). Sum of RGB (Red+Green+Blue) = 214+57+149=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D63995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63995 is #29C66A. Grayscale: #727272. Windows color (decimal): -2737771 or 9779670. OLE color: 9779670.

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

Color convert

RGB 214 57 149 -
CMYK 0 0.73 0.30 0.16
HSL 324.84º 0.66% 0.53% -
HSV(B) 324.84º 0.73% 0.84% -
XYZ 34.62 19.39 30.35 -
YUV 114.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 214 57 149 0 0.73 0.30 0.16 324.84 0.66 0.53
Hex D6 39 95 0 49 1E 10 145 42 35
Octal 326 71 225 0 111 36 20 505 102 65
Binary 11010110 111001 10010101 0 1001001 11110 10000 101000101 1000010 110101

Color Harmonies of #D63995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63995

Black with #D63995

Text Example


Text Example

White with #D63995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63995; }

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

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

background-color css

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

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

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

border-color css

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

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

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