Html Css Color HEX #D92295 Deep Cerise

📋 copy color: '#D92295'

red 217 ◦ green 34 ◦ blue 149

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

Shades of Deep Cerise #D92295

Tints of Deep Cerise #D92295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 54.25%
G = 8.5%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D92295 (or 0xD92295) is known color: Deep Cerise. HEX triplet: D9, 22 and 95. RGB value is (217,34,149). Sum of RGB (Red+Green+Blue) = 217+34+149=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D92295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92295 is #26DD6A. Grayscale: #656565. Windows color (decimal): -2547051 or 9773785. OLE color: 9773785.

HSL color Cylindrical-coordinate representation of color #D92295: hue angle of 322.3º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92295 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 34 149 -
CMYK 0 0.84 0.31 0.15
HSL 322.3º 0.73% 0.49% -
HSV(B) 322.3º 0.84% 0.85% -
XYZ 34.61 18.07 30.1 -
YUV 101.83 154.63 210.15 -
System Red Green Blue C M Y K H S L
Decimal 217 34 149 0 0.84 0.31 0.15 322.3 0.73 0.49
Hex D9 22 95 0 54 1F F 142 49 31
Octal 331 42 225 0 124 37 17 502 111 61
Binary 11011001 100010 10010101 0 1010100 11111 1111 101000010 1001001 110001

Color Harmonies of #D92295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92295

Black with #D92295

Text Example


Text Example

White with #D92295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92295; }

 p { color: rgb(217,34,149); }

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

background-color css

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

 a { background-color: rgb(217,34,149); }

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

border-color css

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

 span { border-color: rgb(217,34,149); }

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