Html Css Color HEX #D330D8 Fuchsia

📋 copy color: '#D330D8'

red 211 ◦ green 48 ◦ blue 216

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

Shades of Fuchsia #D330D8

Tints of Fuchsia #D330D8

RGB

 RED value IS 211 (82.81% from 255) = 44.42%

 GREEN value IS 48 (19.14% from 255) = 10.11%

 BLUE value IS 216 (84.77% from 255) = 45.47%

R = 44.42%
G = 10.11%
B = 45.47%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D330D8 (or 0xD330D8) is known color: Fuchsia. HEX triplet: D3, 30 and D8. RGB value is (211,48,216). Sum of RGB (Red+Green+Blue) = 211+48+216=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #D330D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330D8 is #2CCF27. Grayscale: #737373. Windows color (decimal): -2936616 or 14168275. OLE color: 14168275.

HSL color Cylindrical-coordinate representation of color #D330D8: hue angle of 298.21º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D330D8 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 48 216 -
CMYK 0.02 0.78 0 0.15
HSL 298.21º 0.68% 0.52% -
HSV(B) 298.21º 0.78% 0.85% -
XYZ 40.32 20.92 66.88 -
YUV 115.89 184.5 195.84 -
System Red Green Blue C M Y K H S L
Decimal 211 48 216 0.02 0.78 0 0.15 298.21 0.68 0.52
Hex D3 30 D8 2 4E 0 F 12A 44 34
Octal 323 60 330 2 116 0 17 452 104 64
Binary 11010011 110000 11011000 10 1001110 0 1111 100101010 1000100 110100

Color Harmonies of #D330D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330D8

Black with #D330D8

Text Example


Text Example

White with #D330D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330D8; }

 p { color: rgb(211,48,216); }

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

background-color css

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

 a { background-color: rgb(211,48,216); }

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

border-color css

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

 span { border-color: rgb(211,48,216); }

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