Html Css Color HEX #D330C7 Fuchsia

📋 copy color: '#D330C7'

red 211 ◦ green 48 ◦ blue 199

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

Shades of Fuchsia #D330C7

Tints of Fuchsia #D330C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.45%

R = 46.07%
G = 10.48%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D330C7 (or 0xD330C7) is known color: Fuchsia. HEX triplet: D3, 30 and C7. RGB value is (211,48,199). Sum of RGB (Red+Green+Blue) = 211+48+199=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D330C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330C7 is #2CCF38. Grayscale: #717171. Windows color (decimal): -2936633 or 13054163. OLE color: 13054163.

HSL color Cylindrical-coordinate representation of color #D330C7: hue angle of 304.42º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D330C7 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 199 -
CMYK 0 0.77 0.06 0.17
HSL 304.42º 0.65% 0.51% -
HSV(B) 304.42º 0.77% 0.83% -
XYZ 38.23 20.09 55.89 -
YUV 113.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 211 48 199 0 0.77 0.06 0.17 304.42 0.65 0.51
Hex D3 30 C7 0 4D 6 11 130 41 33
Octal 323 60 307 0 115 6 21 460 101 63
Binary 11010011 110000 11000111 0 1001101 110 10001 100110000 1000001 110011

Color Harmonies of #D330C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330C7

Black with #D330C7

Text Example


Text Example

White with #D330C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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