Html Css Color HEX #D74096 Deep Cerise

📋 copy color: '#D74096'

red 215 ◦ green 64 ◦ blue 150

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

Shades of Deep Cerise #D74096

Tints of Deep Cerise #D74096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 50.12%
G = 14.92%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D74096 (or 0xD74096) is known color: Deep Cerise. HEX triplet: D7, 40 and 96. RGB value is (215,64,150). Sum of RGB (Red+Green+Blue) = 215+64+150=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D74096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74096 is #28BF69. Grayscale: #767676. Windows color (decimal): -2670442 or 9846999. OLE color: 9846999.

HSL color Cylindrical-coordinate representation of color #D74096: hue angle of 325.83º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74096 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 64 150 -
CMYK 0 0.70 0.30 0.16
HSL 325.83º 0.65% 0.55% -
HSV(B) 325.83º 0.7% 0.84% -
XYZ 35.36 20.32 30.91 -
YUV 118.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 215 64 150 0 0.70 0.30 0.16 325.83 0.65 0.55
Hex D7 40 96 0 46 1E 10 146 41 37
Octal 327 100 226 0 106 36 20 506 101 67
Binary 11010111 1000000 10010110 0 1000110 11110 10000 101000110 1000001 110111

Color Harmonies of #D74096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74096

Black with #D74096

Text Example


Text Example

White with #D74096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74096; }

 p { color: rgb(215,64,150); }

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

background-color css

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

 a { background-color: rgb(215,64,150); }

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

border-color css

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

 span { border-color: rgb(215,64,150); }

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