Html Css Color HEX #D63ABD Fuchsia

📋 copy color: '#D63ABD'

red 214 ◦ green 58 ◦ blue 189

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

Shades of Fuchsia #D63ABD

Tints of Fuchsia #D63ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

 BLUE value IS 189 (74.22% from 255) = 41%

R = 46.42%
G = 12.58%
B = 41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D63ABD (or 0xD63ABD) is known color: Fuchsia. HEX triplet: D6, 3A and BD. RGB value is (214,58,189). Sum of RGB (Red+Green+Blue) = 214+58+189=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ABD is #29C542. Grayscale: #777777. Windows color (decimal): -2737475 or 12401366. OLE color: 12401366.

HSL color Cylindrical-coordinate representation of color #D63ABD: hue angle of 309.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63ABD is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 189 -
CMYK 0 0.73 0.12 0.16
HSL 309.62º 0.66% 0.53% -
HSV(B) 309.62º 0.73% 0.84% -
XYZ 38.43 21 50.17 -
YUV 119.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 214 58 189 0 0.73 0.12 0.16 309.62 0.66 0.53
Hex D6 3A BD 0 49 C 10 136 42 35
Octal 326 72 275 0 111 14 20 466 102 65
Binary 11010110 111010 10111101 0 1001001 1100 10000 100110110 1000010 110101

Color Harmonies of #D63ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ABD

Black with #D63ABD

Text Example


Text Example

White with #D63ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ABD; }

 p { color: rgb(214,58,189); }

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

background-color css

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

 a { background-color: rgb(214,58,189); }

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

border-color css

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

 span { border-color: rgb(214,58,189); }

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