Html Css Color HEX #D93092 Deep Cerise

📋 copy color: '#D93092'

red 217 ◦ green 48 ◦ blue 146

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

Shades of Deep Cerise #D93092

Tints of Deep Cerise #D93092

RGB

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

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

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

R = 52.8%
G = 11.68%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93092 (or 0xD93092) is known color: Deep Cerise. HEX triplet: D9, 30 and 92. RGB value is (217,48,146). Sum of RGB (Red+Green+Blue) = 217+48+146=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D93092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93092 is #26CF6D. Grayscale: #6D6D6D. Windows color (decimal): -2543470 or 9580761. OLE color: 9580761.

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

Color convert

RGB 217 48 146 -
CMYK 0 0.78 0.33 0.15
HSL 325.21º 0.69% 0.52% -
HSV(B) 325.21º 0.78% 0.85% -
XYZ 34.86 18.94 29.01 -
YUV 109.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 217 48 146 0 0.78 0.33 0.15 325.21 0.69 0.52
Hex D9 30 92 0 4E 21 F 145 45 34
Octal 331 60 222 0 116 41 17 505 105 64
Binary 11011001 110000 10010010 0 1001110 100001 1111 101000101 1000101 110100

Color Harmonies of #D93092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93092

Black with #D93092

Text Example


Text Example

White with #D93092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93092; }

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

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

background-color css

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

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

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

border-color css

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

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

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