Html Css Color HEX #D93492 Deep Cerise

📋 copy color: '#D93492'

red 217 ◦ green 52 ◦ blue 146

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

Shades of Deep Cerise #D93492

Tints of Deep Cerise #D93492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.53%

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 52.29%
G = 12.53%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93492 (or 0xD93492) is known color: Deep Cerise. HEX triplet: D9, 34 and 92. RGB value is (217,52,146). Sum of RGB (Red+Green+Blue) = 217+52+146=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D93492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93492 is #26CB6D. Grayscale: #6F6F6F. Windows color (decimal): -2542446 or 9581785. OLE color: 9581785.

HSL color Cylindrical-coordinate representation of color #D93492: hue angle of 325.82º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93492 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 146 -
CMYK 0 0.76 0.33 0.15
HSL 325.82º 0.68% 0.53% -
HSV(B) 325.82º 0.76% 0.85% -
XYZ 35.03 19.28 29.07 -
YUV 112.05 147.16 202.86 -
System Red Green Blue C M Y K H S L
Decimal 217 52 146 0 0.76 0.33 0.15 325.82 0.68 0.53
Hex D9 34 92 0 4C 21 F 146 44 35
Octal 331 64 222 0 114 41 17 506 104 65
Binary 11011001 110100 10010010 0 1001100 100001 1111 101000110 1000100 110101

Color Harmonies of #D93492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93492

Black with #D93492

Text Example


Text Example

White with #D93492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93492; }

 p { color: rgb(217,52,146); }

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

background-color css

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

 a { background-color: rgb(217,52,146); }

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

border-color css

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

 span { border-color: rgb(217,52,146); }

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