Html Css Color HEX #D92974 Deep Cerise

📋 copy color: '#D92974'

red 217 ◦ green 41 ◦ blue 116

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

Shades of Deep Cerise #D92974

Tints of Deep Cerise #D92974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.96%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 58.02%
G = 10.96%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D92974 (or 0xD92974) is known color: Deep Cerise. HEX triplet: D9, 29 and 74. RGB value is (217,41,116). Sum of RGB (Red+Green+Blue) = 217+41+116=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D92974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92974 is #26D68B. Grayscale: #666666. Windows color (decimal): -2545292 or 7612889. OLE color: 7612889.

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

Color convert

RGB 217 41 116 -
CMYK 0 0.81 0.47 0.15
HSL 334.43º 0.7% 0.51% -
HSV(B) 334.43º 0.81% 0.85% -
XYZ 32.56 17.6 18.2 -
YUV 102.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 217 41 116 0 0.81 0.47 0.15 334.43 0.7 0.51
Hex D9 29 74 0 51 2F F 14E 46 33
Octal 331 51 164 0 121 57 17 516 106 63
Binary 11011001 101001 1110100 0 1010001 101111 1111 101001110 1000110 110011

Color Harmonies of #D92974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92974

Black with #D92974

Text Example


Text Example

White with #D92974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92974; }

 p { color: rgb(217,41,116); }

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

background-color css

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

 a { background-color: rgb(217,41,116); }

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

border-color css

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

 span { border-color: rgb(217,41,116); }

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