Html Css Color HEX #D92E98 Deep Cerise

📋 copy color: '#D92E98'

red 217 ◦ green 46 ◦ blue 152

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

Shades of Deep Cerise #D92E98

Tints of Deep Cerise #D92E98

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.08%

 BLUE value IS 152 (59.77% from 255) = 36.63%

R = 52.29%
G = 11.08%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D92E98 (or 0xD92E98) is known color: Deep Cerise. HEX triplet: D9, 2E and 98. RGB value is (217,46,152). Sum of RGB (Red+Green+Blue) = 217+46+152=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92E98 is #26D167. Grayscale: #6C6C6C. Windows color (decimal): -2543976 or 9973465. OLE color: 9973465.

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

Color convert

RGB 217 46 152 -
CMYK 0 0.79 0.30 0.15
HSL 322.81º 0.69% 0.52% -
HSV(B) 322.81º 0.79% 0.85% -
XYZ 35.26 18.97 31.51 -
YUV 109.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 217 46 152 0 0.79 0.30 0.15 322.81 0.69 0.52
Hex D9 2E 98 0 4F 1E F 143 45 34
Octal 331 56 230 0 117 36 17 503 105 64
Binary 11011001 101110 10011000 0 1001111 11110 1111 101000011 1000101 110100

Color Harmonies of #D92E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E98

Black with #D92E98

Text Example


Text Example

White with #D92E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E98; }

 p { color: rgb(217,46,152); }

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

background-color css

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

 a { background-color: rgb(217,46,152); }

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

border-color css

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

 span { border-color: rgb(217,46,152); }

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