Html Css Color HEX #D330CC Fuchsia

📋 copy color: '#D330CC'

red 211 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #D330CC

Tints of Fuchsia #D330CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 45.57%
G = 10.37%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D330CC (or 0xD330CC) is known color: Fuchsia. HEX triplet: D3, 30 and CC. RGB value is (211,48,204). Sum of RGB (Red+Green+Blue) = 211+48+204=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D330CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330CC is #2CCF33. Grayscale: #727272. Windows color (decimal): -2936628 or 13381843. OLE color: 13381843.

HSL color Cylindrical-coordinate representation of color #D330CC: hue angle of 302.58º 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 #D330CC is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 204 -
CMYK 0 0.77 0.03 0.17
HSL 302.58º 0.65% 0.51% -
HSV(B) 302.58º 0.77% 0.83% -
XYZ 38.82 20.32 59 -
YUV 114.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 211 48 204 0 0.77 0.03 0.17 302.58 0.65 0.51
Hex D3 30 CC 0 4D 3 11 12F 41 33
Octal 323 60 314 0 115 3 21 457 101 63
Binary 11010011 110000 11001100 0 1001101 11 10001 100101111 1000001 110011

Color Harmonies of #D330CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330CC

Black with #D330CC

Text Example


Text Example

White with #D330CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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