Html Css Color HEX #D92A93 Deep Cerise

📋 copy color: '#D92A93'

red 217 ◦ green 42 ◦ blue 147

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

Shades of Deep Cerise #D92A93

Tints of Deep Cerise #D92A93

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.34%

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

R = 53.45%
G = 10.34%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D92A93 (or 0xD92A93) is known color: Deep Cerise. HEX triplet: D9, 2A and 93. RGB value is (217,42,147). Sum of RGB (Red+Green+Blue) = 217+42+147=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92A93 is #26D56C. Grayscale: #6A6A6A. Windows color (decimal): -2545005 or 9644761. OLE color: 9644761.

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

Color convert

RGB 217 42 147 -
CMYK 0 0.81 0.32 0.15
HSL 324º 0.7% 0.51% -
HSV(B) 324º 0.81% 0.85% -
XYZ 34.71 18.51 29.35 -
YUV 106.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 217 42 147 0 0.81 0.32 0.15 324 0.7 0.51
Hex D9 2A 93 0 51 20 F 144 46 33
Octal 331 52 223 0 121 40 17 504 106 63
Binary 11011001 101010 10010011 0 1010001 100000 1111 101000100 1000110 110011

Color Harmonies of #D92A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A93

Black with #D92A93

Text Example


Text Example

White with #D92A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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