Html Css Color HEX #D74386 Deep Cerise

📋 copy color: '#D74386'

red 215 ◦ green 67 ◦ blue 134

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

Shades of Deep Cerise #D74386

Tints of Deep Cerise #D74386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 51.68%
G = 16.11%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D74386 (or 0xD74386) is known color: Deep Cerise. HEX triplet: D7, 43 and 86. RGB value is (215,67,134). Sum of RGB (Red+Green+Blue) = 215+67+134=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D74386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74386 is #28BC79. Grayscale: #767676. Windows color (decimal): -2669690 or 8799191. OLE color: 8799191.

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

Color convert

RGB 215 67 134 -
CMYK 0 0.69 0.38 0.16
HSL 332.84º 0.65% 0.55% -
HSV(B) 332.84º 0.69% 0.84% -
XYZ 34.33 20.18 24.64 -
YUV 118.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 215 67 134 0 0.69 0.38 0.16 332.84 0.65 0.55
Hex D7 43 86 0 45 26 10 14D 41 37
Octal 327 103 206 0 105 46 20 515 101 67
Binary 11010111 1000011 10000110 0 1000101 100110 10000 101001101 1000001 110111

Color Harmonies of #D74386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74386

Black with #D74386

Text Example


Text Example

White with #D74386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74386; }

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

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

background-color css

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

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

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

border-color css

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

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

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