Html Css Color HEX #D73B7C Deep Cerise

📋 copy color: '#D73B7C'

red 215 ◦ green 59 ◦ blue 124

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

Shades of Deep Cerise #D73B7C

Tints of Deep Cerise #D73B7C

RGB

 RED value IS 215 (84.38% from 255) = 54.02%

 GREEN value IS 59 (23.44% from 255) = 14.82%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 54.02%
G = 14.82%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D73B7C (or 0xD73B7C) is known color: Deep Cerise. HEX triplet: D7, 3B and 7C. RGB value is (215,59,124). Sum of RGB (Red+Green+Blue) = 215+59+124=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73B7C is #28C483. Grayscale: #707070. Windows color (decimal): -2671748 or 8141783. OLE color: 8141783.

HSL color Cylindrical-coordinate representation of color #D73B7C: hue angle of 335º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73B7C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 59 124 -
CMYK 0 0.73 0.42 0.16
HSL 335º 0.66% 0.54% -
HSV(B) 335º 0.73% 0.84% -
XYZ 33.23 19.03 20.99 -
YUV 113.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 215 59 124 0 0.73 0.42 0.16 335 0.66 0.54
Hex D7 3B 7C 0 49 2A 10 14F 42 36
Octal 327 73 174 0 111 52 20 517 102 66
Binary 11010111 111011 1111100 0 1001001 101010 10000 101001111 1000010 110110

Color Harmonies of #D73B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B7C

Black with #D73B7C

Text Example


Text Example

White with #D73B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B7C; }

 p { color: rgb(215,59,124); }

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

background-color css

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

 a { background-color: rgb(215,59,124); }

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

border-color css

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

 span { border-color: rgb(215,59,124); }

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