Html Css Color HEX #D330D7 Fuchsia

📋 copy color: '#D330D7'

red 211 ◦ green 48 ◦ blue 215

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

Shades of Fuchsia #D330D7

Tints of Fuchsia #D330D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 44.51%
G = 10.13%
B = 45.36%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D330D7 (or 0xD330D7) is known color: Fuchsia. HEX triplet: D3, 30 and D7. RGB value is (211,48,215). Sum of RGB (Red+Green+Blue) = 211+48+215=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #D330D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330D7 is #2CCF28. Grayscale: #737373. Windows color (decimal): -2936617 or 14102739. OLE color: 14102739.

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

Color convert

RGB 211 48 215 -
CMYK 0.02 0.78 0 0.16
HSL 298.56º 0.68% 0.52% -
HSV(B) 298.56º 0.78% 0.84% -
XYZ 40.19 20.87 66.2 -
YUV 115.78 184 195.92 -
System Red Green Blue C M Y K H S L
Decimal 211 48 215 0.02 0.78 0 0.16 298.56 0.68 0.52
Hex D3 30 D7 2 4E 0 10 12B 44 34
Octal 323 60 327 2 116 0 20 453 104 64
Binary 11010011 110000 11010111 10 1001110 0 10000 100101011 1000100 110100

Color Harmonies of #D330D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330D7

Black with #D330D7

Text Example


Text Example

White with #D330D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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