Html Css Color HEX #D74091 Deep Cerise

📋 copy color: '#D74091'

red 215 ◦ green 64 ◦ blue 145

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

Shades of Deep Cerise #D74091

Tints of Deep Cerise #D74091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 50.71%
G = 15.09%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D74091 (or 0xD74091) is known color: Deep Cerise. HEX triplet: D7, 40 and 91. RGB value is (215,64,145). Sum of RGB (Red+Green+Blue) = 215+64+145=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D74091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74091 is #28BF6E. Grayscale: #767676. Windows color (decimal): -2670447 or 9519319. OLE color: 9519319.

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

Color convert

RGB 215 64 145 -
CMYK 0 0.70 0.33 0.16
HSL 327.81º 0.65% 0.55% -
HSV(B) 327.81º 0.7% 0.84% -
XYZ 34.97 20.16 28.84 -
YUV 118.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 215 64 145 0 0.70 0.33 0.16 327.81 0.65 0.55
Hex D7 40 91 0 46 21 10 148 41 37
Octal 327 100 221 0 106 41 20 510 101 67
Binary 11010111 1000000 10010001 0 1000110 100001 10000 101001000 1000001 110111

Color Harmonies of #D74091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74091

Black with #D74091

Text Example


Text Example

White with #D74091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74091; }

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

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

background-color css

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

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

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

border-color css

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

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

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