Html Css Color HEX #D74080 Deep Cerise

📋 copy color: '#D74080'

red 215 ◦ green 64 ◦ blue 128

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

Shades of Deep Cerise #D74080

Tints of Deep Cerise #D74080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 52.83%
G = 15.72%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D74080 (or 0xD74080) is known color: Deep Cerise. HEX triplet: D7, 40 and 80. RGB value is (215,64,128). Sum of RGB (Red+Green+Blue) = 215+64+128=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D74080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74080 is #28BF7F. Grayscale: #747474. Windows color (decimal): -2670464 or 8405207. OLE color: 8405207.

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

Color convert

RGB 215 64 128 -
CMYK 0 0.70 0.40 0.16
HSL 334.57º 0.65% 0.55% -
HSV(B) 334.57º 0.7% 0.84% -
XYZ 33.75 19.67 22.44 -
YUV 116.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 215 64 128 0 0.70 0.40 0.16 334.57 0.65 0.55
Hex D7 40 80 0 46 28 10 14F 41 37
Octal 327 100 200 0 106 50 20 517 101 67
Binary 11010111 1000000 10000000 0 1000110 101000 10000 101001111 1000001 110111

Color Harmonies of #D74080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74080

Black with #D74080

Text Example


Text Example

White with #D74080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74080; }

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

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

background-color css

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

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

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

border-color css

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

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

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