Html Css Color HEX #D74186 Deep Cerise

📋 copy color: '#D74186'

red 215 ◦ green 65 ◦ blue 134

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

Shades of Deep Cerise #D74186

Tints of Deep Cerise #D74186

RGB

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

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

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

R = 51.93%
G = 15.7%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D74186 (or 0xD74186) is known color: Deep Cerise. HEX triplet: D7, 41 and 86. RGB value is (215,65,134). Sum of RGB (Red+Green+Blue) = 215+65+134=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D74186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74186 is #28BE79. Grayscale: #757575. Windows color (decimal): -2670202 or 8798679. OLE color: 8798679.

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

Color convert

RGB 215 65 134 -
CMYK 0 0.70 0.38 0.16
HSL 332.4º 0.65% 0.55% -
HSV(B) 332.4º 0.7% 0.84% -
XYZ 34.22 19.95 24.6 -
YUV 117.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 215 65 134 0 0.70 0.38 0.16 332.4 0.65 0.55
Hex D7 41 86 0 46 26 10 14C 41 37
Octal 327 101 206 0 106 46 20 514 101 67
Binary 11010111 1000001 10000110 0 1000110 100110 10000 101001100 1000001 110111

Color Harmonies of #D74186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74186

Black with #D74186

Text Example


Text Example

White with #D74186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74186; }

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

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

background-color css

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

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

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

border-color css

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

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

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