Html Css Color HEX #D64486 Deep Cerise

📋 copy color: '#D64486'

red 214 ◦ green 68 ◦ blue 134

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

Shades of Deep Cerise #D64486

Tints of Deep Cerise #D64486

RGB

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

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

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

R = 51.44%
G = 16.35%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64486 (or 0xD64486) is known color: Deep Cerise. HEX triplet: D6, 44 and 86. RGB value is (214,68,134). Sum of RGB (Red+Green+Blue) = 214+68+134=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64486 is #29BB79. Grayscale: #777777. Windows color (decimal): -2734970 or 8799446. OLE color: 8799446.

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

Color convert

RGB 214 68 134 -
CMYK 0 0.68 0.37 0.16
HSL 332.88º 0.64% 0.55% -
HSV(B) 332.88º 0.68% 0.84% -
XYZ 34.1 20.15 24.65 -
YUV 119.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 214 68 134 0 0.68 0.37 0.16 332.88 0.64 0.55
Hex D6 44 86 0 44 25 10 14D 40 37
Octal 326 104 206 0 104 45 20 515 100 67
Binary 11010110 1000100 10000110 0 1000100 100101 10000 101001101 1000000 110111

Color Harmonies of #D64486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64486

Black with #D64486

Text Example


Text Example

White with #D64486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64486; }

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

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

background-color css

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

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

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

border-color css

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

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

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