Html Css Color HEX #D93294 Deep Cerise

📋 copy color: '#D93294'

red 217 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #D93294

Tints of Deep Cerise #D93294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.05%

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 52.29%
G = 12.05%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D93294 (or 0xD93294) is known color: Deep Cerise. HEX triplet: D9, 32 and 94. RGB value is (217,50,148). Sum of RGB (Red+Green+Blue) = 217+50+148=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D93294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93294 is #26CD6B. Grayscale: #6E6E6E. Windows color (decimal): -2542956 or 9712345. OLE color: 9712345.

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

Color convert

RGB 217 50 148 -
CMYK 0 0.77 0.32 0.15
HSL 324.79º 0.69% 0.52% -
HSV(B) 324.79º 0.77% 0.85% -
XYZ 35.1 19.17 29.87 -
YUV 111.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 217 50 148 0 0.77 0.32 0.15 324.79 0.69 0.52
Hex D9 32 94 0 4D 20 F 145 45 34
Octal 331 62 224 0 115 40 17 505 105 64
Binary 11011001 110010 10010100 0 1001101 100000 1111 101000101 1000101 110100

Color Harmonies of #D93294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93294

Black with #D93294

Text Example


Text Example

White with #D93294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93294; }

 p { color: rgb(217,50,148); }

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

background-color css

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

 a { background-color: rgb(217,50,148); }

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

border-color css

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

 span { border-color: rgb(217,50,148); }

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