Html Css Color HEX #D93192 Deep Cerise

📋 copy color: '#D93192'

red 217 ◦ green 49 ◦ blue 146

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

Shades of Deep Cerise #D93192

Tints of Deep Cerise #D93192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.89%

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

R = 52.67%
G = 11.89%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93192 (or 0xD93192) is known color: Deep Cerise. HEX triplet: D9, 31 and 92. RGB value is (217,49,146). Sum of RGB (Red+Green+Blue) = 217+49+146=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D93192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93192 is #26CE6D. Grayscale: #6E6E6E. Windows color (decimal): -2543214 or 9581017. OLE color: 9581017.

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

Color convert

RGB 217 49 146 -
CMYK 0 0.77 0.33 0.15
HSL 325.36º 0.69% 0.52% -
HSV(B) 325.36º 0.77% 0.85% -
XYZ 34.9 19.02 29.03 -
YUV 110.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 217 49 146 0 0.77 0.33 0.15 325.36 0.69 0.52
Hex D9 31 92 0 4D 21 F 145 45 34
Octal 331 61 222 0 115 41 17 505 105 64
Binary 11011001 110001 10010010 0 1001101 100001 1111 101000101 1000101 110100

Color Harmonies of #D93192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93192

Black with #D93192

Text Example


Text Example

White with #D93192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93192; }

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

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

background-color css

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

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

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

border-color css

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

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

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