Html Css Color HEX #D92C8C Deep Cerise

📋 copy color: '#D92C8C'

red 217 ◦ green 44 ◦ blue 140

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

Shades of Deep Cerise #D92C8C

Tints of Deep Cerise #D92C8C

RGB

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

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

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

R = 54.11%
G = 10.97%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D92C8C (or 0xD92C8C) is known color: Deep Cerise. HEX triplet: D9, 2C and 8C. RGB value is (217,44,140). Sum of RGB (Red+Green+Blue) = 217+44+140=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92C8C is #26D373. Grayscale: #6A6A6A. Windows color (decimal): -2544500 or 9186521. OLE color: 9186521.

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

Color convert

RGB 217 44 140 -
CMYK 0 0.80 0.35 0.15
HSL 326.71º 0.69% 0.51% -
HSV(B) 326.71º 0.8% 0.85% -
XYZ 34.25 18.45 26.57 -
YUV 106.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 217 44 140 0 0.80 0.35 0.15 326.71 0.69 0.51
Hex D9 2C 8C 0 50 23 F 147 45 33
Octal 331 54 214 0 120 43 17 507 105 63
Binary 11011001 101100 10001100 0 1010000 100011 1111 101000111 1000101 110011

Color Harmonies of #D92C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C8C

Black with #D92C8C

Text Example


Text Example

White with #D92C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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