Html Css Color HEX #D63284 Deep Cerise

📋 copy color: '#D63284'

red 214 ◦ green 50 ◦ blue 132

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

Shades of Deep Cerise #D63284

Tints of Deep Cerise #D63284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.63%

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

R = 54.04%
G = 12.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D63284 (or 0xD63284) is known color: Deep Cerise. HEX triplet: D6, 32 and 84. RGB value is (214,50,132). Sum of RGB (Red+Green+Blue) = 214+50+132=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D63284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63284 is #29CD7B. Grayscale: #6C6C6C. Windows color (decimal): -2739580 or 8663766. OLE color: 8663766.

HSL color Cylindrical-coordinate representation of color #D63284: hue angle of 330º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63284 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 50 132 -
CMYK 0 0.77 0.38 0.16
HSL 330º 0.67% 0.52% -
HSV(B) 330º 0.77% 0.84% -
XYZ 33.04 18.24 23.61 -
YUV 108.38 141.33 203.33 -
System Red Green Blue C M Y K H S L
Decimal 214 50 132 0 0.77 0.38 0.16 330 0.67 0.52
Hex D6 32 84 0 4D 26 10 14A 43 34
Octal 326 62 204 0 115 46 20 512 103 64
Binary 11010110 110010 10000100 0 1001101 100110 10000 101001010 1000011 110100

Color Harmonies of #D63284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63284

Black with #D63284

Text Example


Text Example

White with #D63284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63284; }

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

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

background-color css

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

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

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

border-color css

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

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

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