Html Css Color HEX #D63093 Deep Cerise

📋 copy color: '#D63093'

red 214 ◦ green 48 ◦ blue 147

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

Shades of Deep Cerise #D63093

Tints of Deep Cerise #D63093

RGB

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

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

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

R = 52.32%
G = 11.74%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D63093 (or 0xD63093) is known color: Deep Cerise. HEX triplet: D6, 30 and 93. RGB value is (214,48,147). Sum of RGB (Red+Green+Blue) = 214+48+147=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D63093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63093 is #29CF6C. Grayscale: #6C6C6C. Windows color (decimal): -2740077 or 9646294. OLE color: 9646294.

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

Color convert

RGB 214 48 147 -
CMYK 0 0.78 0.31 0.16
HSL 324.22º 0.67% 0.51% -
HSV(B) 324.22º 0.78% 0.84% -
XYZ 34.05 18.52 29.38 -
YUV 108.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 214 48 147 0 0.78 0.31 0.16 324.22 0.67 0.51
Hex D6 30 93 0 4E 1F 10 144 43 33
Octal 326 60 223 0 116 37 20 504 103 63
Binary 11010110 110000 10010011 0 1001110 11111 10000 101000100 1000011 110011

Color Harmonies of #D63093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63093

Black with #D63093

Text Example


Text Example

White with #D63093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63093; }

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

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

background-color css

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

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

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

border-color css

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

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

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