Html Css Color HEX #D92C7E Deep Cerise

📋 copy color: '#D92C7E'

red 217 ◦ green 44 ◦ blue 126

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

Shades of Deep Cerise #D92C7E

Tints of Deep Cerise #D92C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.37%

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 56.07%
G = 11.37%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D92C7E (or 0xD92C7E) is known color: Deep Cerise. HEX triplet: D9, 2C and 7E. RGB value is (217,44,126). Sum of RGB (Red+Green+Blue) = 217+44+126=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C7E is #26D381. Grayscale: #686868. Windows color (decimal): -2544514 or 8269017. OLE color: 8269017.

HSL color Cylindrical-coordinate representation of color #D92C7E: hue angle of 331.56º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C7E is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 44 126 -
CMYK 0 0.80 0.42 0.15
HSL 331.56º 0.69% 0.51% -
HSV(B) 331.56º 0.8% 0.85% -
XYZ 33.28 18.06 21.47 -
YUV 105.08 139.81 207.83 -
System Red Green Blue C M Y K H S L
Decimal 217 44 126 0 0.80 0.42 0.15 331.56 0.69 0.51
Hex D9 2C 7E 0 50 2A F 14C 45 33
Octal 331 54 176 0 120 52 17 514 105 63
Binary 11011001 101100 1111110 0 1010000 101010 1111 101001100 1000101 110011

Color Harmonies of #D92C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C7E

Black with #D92C7E

Text Example


Text Example

White with #D92C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C7E; }

 p { color: rgb(217,44,126); }

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

background-color css

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

 a { background-color: rgb(217,44,126); }

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

border-color css

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

 span { border-color: rgb(217,44,126); }

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