Html Css Color HEX #D64286 Deep Cerise

📋 copy color: '#D64286'

red 214 ◦ green 66 ◦ blue 134

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

Shades of Deep Cerise #D64286

Tints of Deep Cerise #D64286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.94%

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

R = 51.69%
G = 15.94%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D64286 (or 0xD64286) is known color: Deep Cerise. HEX triplet: D6, 42 and 86. RGB value is (214,66,134). Sum of RGB (Red+Green+Blue) = 214+66+134=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D64286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64286 is #29BD79. Grayscale: #757575. Windows color (decimal): -2735482 or 8798934. OLE color: 8798934.

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

Color convert

RGB 214 66 134 -
CMYK 0 0.69 0.37 0.16
HSL 332.43º 0.64% 0.55% -
HSV(B) 332.43º 0.69% 0.84% -
XYZ 33.98 19.91 24.61 -
YUV 118 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 214 66 134 0 0.69 0.37 0.16 332.43 0.64 0.55
Hex D6 42 86 0 45 25 10 14C 40 37
Octal 326 102 206 0 105 45 20 514 100 67
Binary 11010110 1000010 10000110 0 1000101 100101 10000 101001100 1000000 110111

Color Harmonies of #D64286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64286

Black with #D64286

Text Example


Text Example

White with #D64286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64286; }

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

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

background-color css

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

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

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

border-color css

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

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

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