Html Css Color HEX #D92F8C Deep Cerise

📋 copy color: '#D92F8C'

red 217 ◦ green 47 ◦ blue 140

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

Shades of Deep Cerise #D92F8C

Tints of Deep Cerise #D92F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.63%

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 53.71%
G = 11.63%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D92F8C (or 0xD92F8C) is known color: Deep Cerise. HEX triplet: D9, 2F and 8C. RGB value is (217,47,140). Sum of RGB (Red+Green+Blue) = 217+47+140=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F8C is #26D073. Grayscale: #6C6C6C. Windows color (decimal): -2543732 or 9187289. OLE color: 9187289.

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

Color convert

RGB 217 47 140 -
CMYK 0 0.78 0.35 0.15
HSL 327.18º 0.69% 0.52% -
HSV(B) 327.18º 0.78% 0.85% -
XYZ 34.37 18.68 26.6 -
YUV 108.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 217 47 140 0 0.78 0.35 0.15 327.18 0.69 0.52
Hex D9 2F 8C 0 4E 23 F 147 45 34
Octal 331 57 214 0 116 43 17 507 105 64
Binary 11011001 101111 10001100 0 1001110 100011 1111 101000111 1000101 110100

Color Harmonies of #D92F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F8C

Black with #D92F8C

Text Example


Text Example

White with #D92F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F8C; }

 p { color: rgb(217,47,140); }

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

background-color css

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

 a { background-color: rgb(217,47,140); }

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

border-color css

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

 span { border-color: rgb(217,47,140); }

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