Html Css Color HEX #D63099 Deep Cerise

📋 copy color: '#D63099'

red 214 ◦ green 48 ◦ blue 153

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

Shades of Deep Cerise #D63099

Tints of Deep Cerise #D63099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.57%

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 51.57%
G = 11.57%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D63099 (or 0xD63099) is known color: Deep Cerise. HEX triplet: D6, 30 and 99. RGB value is (214,48,153). Sum of RGB (Red+Green+Blue) = 214+48+153=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D63099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63099 is #29CF66. Grayscale: #6D6D6D. Windows color (decimal): -2740071 or 10039510. OLE color: 10039510.

HSL color Cylindrical-coordinate representation of color #D63099: hue angle of 322.05º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63099 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 48 153 -
CMYK 0 0.78 0.29 0.16
HSL 322.05º 0.67% 0.51% -
HSV(B) 322.05º 0.78% 0.84% -
XYZ 34.54 18.71 31.93 -
YUV 109.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 214 48 153 0 0.78 0.29 0.16 322.05 0.67 0.51
Hex D6 30 99 0 4E 1D 10 142 43 33
Octal 326 60 231 0 116 35 20 502 103 63
Binary 11010110 110000 10011001 0 1001110 11101 10000 101000010 1000011 110011

Color Harmonies of #D63099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63099

Black with #D63099

Text Example


Text Example

White with #D63099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63099; }

 p { color: rgb(214,48,153); }

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

background-color css

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

 a { background-color: rgb(214,48,153); }

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

border-color css

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

 span { border-color: rgb(214,48,153); }

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