Html Css Color HEX #D63BBB Fuchsia

📋 copy color: '#D63BBB'

red 214 ◦ green 59 ◦ blue 187

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

Shades of Fuchsia #D63BBB

Tints of Fuchsia #D63BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 46.52%
G = 12.83%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D63BBB (or 0xD63BBB) is known color: Fuchsia. HEX triplet: D6, 3B and BB. RGB value is (214,59,187). Sum of RGB (Red+Green+Blue) = 214+59+187=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BBB is #29C444. Grayscale: #777777. Windows color (decimal): -2737221 or 12270550. OLE color: 12270550.

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

Color convert

RGB 214 59 187 -
CMYK 0 0.72 0.13 0.16
HSL 310.45º 0.65% 0.54% -
HSV(B) 310.45º 0.72% 0.84% -
XYZ 38.27 21.01 49.05 -
YUV 119.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 214 59 187 0 0.72 0.13 0.16 310.45 0.65 0.54
Hex D6 3B BB 0 48 D 10 136 41 36
Octal 326 73 273 0 110 15 20 466 101 66
Binary 11010110 111011 10111011 0 1001000 1101 10000 100110110 1000001 110110

Color Harmonies of #D63BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BBB

Black with #D63BBB

Text Example


Text Example

White with #D63BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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