Html Css Color HEX #D74190 Deep Cerise

📋 copy color: '#D74190'

red 215 ◦ green 65 ◦ blue 144

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

Shades of Deep Cerise #D74190

Tints of Deep Cerise #D74190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.33%

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 50.71%
G = 15.33%
B = 33.96%

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

#D74190 (or 0xD74190) is known color: Deep Cerise. HEX triplet: D7, 41 and 90. RGB value is (215,65,144). Sum of RGB (Red+Green+Blue) = 215+65+144=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D74190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74190 is #28BE6F. Grayscale: #767676. Windows color (decimal): -2670192 or 9454039. OLE color: 9454039.

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

Color convert

RGB 215 65 144 -
CMYK 0 0.70 0.33 0.16
HSL 328.4º 0.65% 0.55% -
HSV(B) 328.4º 0.7% 0.84% -
XYZ 34.95 20.24 28.45 -
YUV 118.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 215 65 144 0 0.70 0.33 0.16 328.4 0.65 0.55
Hex D7 41 90 0 46 21 10 148 41 37
Octal 327 101 220 0 106 41 20 510 101 67
Binary 11010111 1000001 10010000 0 1000110 100001 10000 101001000 1000001 110111

Color Harmonies of #D74190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74190

Black with #D74190

Text Example


Text Example

White with #D74190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74190; }

 p { color: rgb(215,65,144); }

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

background-color css

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

 a { background-color: rgb(215,65,144); }

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

border-color css

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

 span { border-color: rgb(215,65,144); }

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