Html Css Color HEX #D63BB8 Fuchsia

📋 copy color: '#D63BB8'

red 214 ◦ green 59 ◦ blue 184

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

Shades of Fuchsia #D63BB8

Tints of Fuchsia #D63BB8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.91%

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 46.83%
G = 12.91%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D63BB8 (or 0xD63BB8) is known color: Fuchsia. HEX triplet: D6, 3B and B8. RGB value is (214,59,184). Sum of RGB (Red+Green+Blue) = 214+59+184=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BB8 is #29C447. Grayscale: #777777. Windows color (decimal): -2737224 or 12073942. OLE color: 12073942.

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

Color convert

RGB 214 59 184 -
CMYK 0 0.72 0.14 0.16
HSL 311.61º 0.65% 0.54% -
HSV(B) 311.61º 0.72% 0.84% -
XYZ 37.95 20.88 47.38 -
YUV 119.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 214 59 184 0 0.72 0.14 0.16 311.61 0.65 0.54
Hex D6 3B B8 0 48 E 10 138 41 36
Octal 326 73 270 0 110 16 20 470 101 66
Binary 11010110 111011 10111000 0 1001000 1110 10000 100111000 1000001 110110

Color Harmonies of #D63BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BB8

Black with #D63BB8

Text Example


Text Example

White with #D63BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BB8; }

 p { color: rgb(214,59,184); }

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

background-color css

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

 a { background-color: rgb(214,59,184); }

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

border-color css

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

 span { border-color: rgb(214,59,184); }

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