Html Css Color HEX #D74384 Deep Cerise

📋 copy color: '#D74384'

red 215 ◦ green 67 ◦ blue 132

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

Shades of Deep Cerise #D74384

Tints of Deep Cerise #D74384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.18%

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

R = 51.93%
G = 16.18%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D74384 (or 0xD74384) is known color: Deep Cerise. HEX triplet: D7, 43 and 84. RGB value is (215,67,132). Sum of RGB (Red+Green+Blue) = 215+67+132=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D74384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74384 is #28BC7B. Grayscale: #767676. Windows color (decimal): -2669692 or 8668119. OLE color: 8668119.

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

Color convert

RGB 215 67 132 -
CMYK 0 0.69 0.39 0.16
HSL 333.65º 0.65% 0.55% -
HSV(B) 333.65º 0.69% 0.84% -
XYZ 34.2 20.13 23.91 -
YUV 118.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 215 67 132 0 0.69 0.39 0.16 333.65 0.65 0.55
Hex D7 43 84 0 45 27 10 14E 41 37
Octal 327 103 204 0 105 47 20 516 101 67
Binary 11010111 1000011 10000100 0 1000101 100111 10000 101001110 1000001 110111

Color Harmonies of #D74384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74384

Black with #D74384

Text Example


Text Example

White with #D74384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74384; }

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

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

background-color css

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

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

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

border-color css

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

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

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