Html Css Color HEX #D64384 Deep Cerise

📋 copy color: '#D64384'

red 214 ◦ green 67 ◦ blue 132

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

Shades of Deep Cerise #D64384

Tints of Deep Cerise #D64384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 51.82%
G = 16.22%
B = 31.96%

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

#D64384 (or 0xD64384) is known color: Deep Cerise. HEX triplet: D6, 43 and 84. RGB value is (214,67,132). Sum of RGB (Red+Green+Blue) = 214+67+132=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D64384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64384 is #29BC7B. Grayscale: #767676. Windows color (decimal): -2735228 or 8668118. OLE color: 8668118.

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

Color convert

RGB 214 67 132 -
CMYK 0 0.69 0.38 0.16
HSL 333.47º 0.64% 0.55% -
HSV(B) 333.47º 0.69% 0.84% -
XYZ 33.9 19.98 23.9 -
YUV 118.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 214 67 132 0 0.69 0.38 0.16 333.47 0.64 0.55
Hex D6 43 84 0 45 26 10 14D 40 37
Octal 326 103 204 0 105 46 20 515 100 67
Binary 11010110 1000011 10000100 0 1000101 100110 10000 101001101 1000000 110111

Color Harmonies of #D64384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64384

Black with #D64384

Text Example


Text Example

White with #D64384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64384; }

 p { color: rgb(214,67,132); }

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

background-color css

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

 a { background-color: rgb(214,67,132); }

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

border-color css

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

 span { border-color: rgb(214,67,132); }

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