Html Css Color HEX #D63DB6 Fuchsia

📋 copy color: '#D63DB6'

red 214 ◦ green 61 ◦ blue 182

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

Shades of Fuchsia #D63DB6

Tints of Fuchsia #D63DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.35%

 BLUE value IS 182 (71.48% from 255) = 39.82%

R = 46.83%
G = 13.35%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D63DB6 (or 0xD63DB6) is known color: Fuchsia. HEX triplet: D6, 3D and B6. RGB value is (214,61,182). Sum of RGB (Red+Green+Blue) = 214+61+182=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DB6 is #29C249. Grayscale: #787878. Windows color (decimal): -2736714 or 11943382. OLE color: 11943382.

HSL color Cylindrical-coordinate representation of color #D63DB6: hue angle of 312.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63DB6 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 61 182 -
CMYK 0 0.71 0.15 0.16
HSL 312.55º 0.65% 0.54% -
HSV(B) 312.55º 0.71% 0.84% -
XYZ 37.84 21.01 46.32 -
YUV 120.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 214 61 182 0 0.71 0.15 0.16 312.55 0.65 0.54
Hex D6 3D B6 0 47 F 10 139 41 36
Octal 326 75 266 0 107 17 20 471 101 66
Binary 11010110 111101 10110110 0 1000111 1111 10000 100111001 1000001 110110

Color Harmonies of #D63DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DB6

Black with #D63DB6

Text Example


Text Example

White with #D63DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DB6; }

 p { color: rgb(214,61,182); }

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

background-color css

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

 a { background-color: rgb(214,61,182); }

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

border-color css

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

 span { border-color: rgb(214,61,182); }

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