Html Css Color HEX #D74484 Deep Cerise

📋 copy color: '#D74484'

red 215 ◦ green 68 ◦ blue 132

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

Shades of Deep Cerise #D74484

Tints of Deep Cerise #D74484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.39%

 BLUE value IS 132 (51.95% from 255) = 31.81%

R = 51.81%
G = 16.39%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D74484 (or 0xD74484) is known color: Deep Cerise. HEX triplet: D7, 44 and 84. RGB value is (215,68,132). Sum of RGB (Red+Green+Blue) = 215+68+132=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D74484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74484 is #28BB7B. Grayscale: #777777. Windows color (decimal): -2669436 or 8668375. OLE color: 8668375.

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

Color convert

RGB 215 68 132 -
CMYK 0 0.68 0.39 0.16
HSL 333.88º 0.65% 0.55% -
HSV(B) 333.88º 0.68% 0.84% -
XYZ 34.26 20.25 23.93 -
YUV 119.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 215 68 132 0 0.68 0.39 0.16 333.88 0.65 0.55
Hex D7 44 84 0 44 27 10 14E 41 37
Octal 327 104 204 0 104 47 20 516 101 67
Binary 11010111 1000100 10000100 0 1000100 100111 10000 101001110 1000001 110111

Color Harmonies of #D74484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74484

Black with #D74484

Text Example


Text Example

White with #D74484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74484; }

 p { color: rgb(215,68,132); }

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

background-color css

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

 a { background-color: rgb(215,68,132); }

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

border-color css

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

 span { border-color: rgb(215,68,132); }

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