Html Css Color HEX #D92E7A Deep Cerise

📋 copy color: '#D92E7A'

red 217 ◦ green 46 ◦ blue 122

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

Shades of Deep Cerise #D92E7A

Tints of Deep Cerise #D92E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 56.36%
G = 11.95%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D92E7A (or 0xD92E7A) is known color: Deep Cerise. HEX triplet: D9, 2E and 7A. RGB value is (217,46,122). Sum of RGB (Red+Green+Blue) = 217+46+122=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92E7A is #26D185. Grayscale: #696969. Windows color (decimal): -2544006 or 8007385. OLE color: 8007385.

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

Color convert

RGB 217 46 122 -
CMYK 0 0.79 0.44 0.15
HSL 333.33º 0.69% 0.52% -
HSV(B) 333.33º 0.79% 0.85% -
XYZ 33.11 18.11 20.16 -
YUV 105.79 137.15 207.32 -
System Red Green Blue C M Y K H S L
Decimal 217 46 122 0 0.79 0.44 0.15 333.33 0.69 0.52
Hex D9 2E 7A 0 4F 2C F 14D 45 34
Octal 331 56 172 0 117 54 17 515 105 64
Binary 11011001 101110 1111010 0 1001111 101100 1111 101001101 1000101 110100

Color Harmonies of #D92E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E7A

Black with #D92E7A

Text Example


Text Example

White with #D92E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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