Html Css Color HEX #D64186 Deep Cerise

📋 copy color: '#D64186'

red 214 ◦ green 65 ◦ blue 134

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

Shades of Deep Cerise #D64186

Tints of Deep Cerise #D64186

RGB

 RED value IS 214 (83.98% from 255) = 51.82%

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

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

R = 51.82%
G = 15.74%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64186 (or 0xD64186) is known color: Deep Cerise. HEX triplet: D6, 41 and 86. RGB value is (214,65,134). Sum of RGB (Red+Green+Blue) = 214+65+134=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D64186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64186 is #29BE79. Grayscale: #757575. Windows color (decimal): -2735738 or 8798678. OLE color: 8798678.

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

Color convert

RGB 214 65 134 -
CMYK 0 0.70 0.37 0.16
HSL 332.21º 0.65% 0.55% -
HSV(B) 332.21º 0.7% 0.84% -
XYZ 33.92 19.8 24.59 -
YUV 117.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 214 65 134 0 0.70 0.37 0.16 332.21 0.65 0.55
Hex D6 41 86 0 46 25 10 14C 41 37
Octal 326 101 206 0 106 45 20 514 101 67
Binary 11010110 1000001 10000110 0 1000110 100101 10000 101001100 1000001 110111

Color Harmonies of #D64186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64186

Black with #D64186

Text Example


Text Example

White with #D64186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64186; }

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

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

background-color css

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

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

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

border-color css

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

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

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