Html Css Color HEX #D74095 Deep Cerise

📋 copy color: '#D74095'

red 215 ◦ green 64 ◦ blue 149

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

Shades of Deep Cerise #D74095

Tints of Deep Cerise #D74095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.81%

R = 50.23%
G = 14.95%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D74095 (or 0xD74095) is known color: Deep Cerise. HEX triplet: D7, 40 and 95. RGB value is (215,64,149). Sum of RGB (Red+Green+Blue) = 215+64+149=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D74095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74095 is #28BF6A. Grayscale: #767676. Windows color (decimal): -2670443 or 9781463. OLE color: 9781463.

HSL color Cylindrical-coordinate representation of color #D74095: hue angle of 326.23º 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 #D74095 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 64 149 -
CMYK 0 0.70 0.31 0.16
HSL 326.23º 0.65% 0.55% -
HSV(B) 326.23º 0.7% 0.84% -
XYZ 35.28 20.28 30.49 -
YUV 118.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 215 64 149 0 0.70 0.31 0.16 326.23 0.65 0.55
Hex D7 40 95 0 46 1F 10 146 41 37
Octal 327 100 225 0 106 37 20 506 101 67
Binary 11010111 1000000 10010101 0 1000110 11111 10000 101000110 1000001 110111

Color Harmonies of #D74095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74095

Black with #D74095

Text Example


Text Example

White with #D74095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74095; }

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

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

background-color css

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

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

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

border-color css

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

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

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