Html Css Color HEX #D93093 Deep Cerise

📋 copy color: '#D93093'

red 217 ◦ green 48 ◦ blue 147

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

Shades of Deep Cerise #D93093

Tints of Deep Cerise #D93093

RGB

 RED value IS 217 (85.16% from 255) = 52.67%

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

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

R = 52.67%
G = 11.65%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D93093 (or 0xD93093) is known color: Deep Cerise. HEX triplet: D9, 30 and 93. RGB value is (217,48,147). Sum of RGB (Red+Green+Blue) = 217+48+147=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D93093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93093 is #26CF6C. Grayscale: #6D6D6D. Windows color (decimal): -2543469 or 9646297. OLE color: 9646297.

HSL color Cylindrical-coordinate representation of color #D93093: hue angle of 324.85º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D93093 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 147 -
CMYK 0 0.78 0.32 0.15
HSL 324.85º 0.69% 0.52% -
HSV(B) 324.85º 0.78% 0.85% -
XYZ 34.94 18.97 29.42 -
YUV 109.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 217 48 147 0 0.78 0.32 0.15 324.85 0.69 0.52
Hex D9 30 93 0 4E 20 F 145 45 34
Octal 331 60 223 0 116 40 17 505 105 64
Binary 11011001 110000 10010011 0 1001110 100000 1111 101000101 1000101 110100

Color Harmonies of #D93093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93093

Black with #D93093

Text Example


Text Example

White with #D93093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93093; }

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

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

background-color css

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

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

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

border-color css

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

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

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