Html Css Color HEX #D330CE Fuchsia

📋 copy color: '#D330CE'

red 211 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #D330CE

Tints of Fuchsia #D330CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 45.38%
G = 10.32%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D330CE (or 0xD330CE) is known color: Fuchsia. HEX triplet: D3, 30 and CE. RGB value is (211,48,206). Sum of RGB (Red+Green+Blue) = 211+48+206=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D330CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330CE is #2CCF31. Grayscale: #727272. Windows color (decimal): -2936626 or 13512915. OLE color: 13512915.

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

Color convert

RGB 211 48 206 -
CMYK 0 0.77 0.02 0.17
HSL 301.84º 0.65% 0.51% -
HSV(B) 301.84º 0.77% 0.83% -
XYZ 39.06 20.42 60.28 -
YUV 114.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 211 48 206 0 0.77 0.02 0.17 301.84 0.65 0.51
Hex D3 30 CE 0 4D 2 11 12E 41 33
Octal 323 60 316 0 115 2 21 456 101 63
Binary 11010011 110000 11001110 0 1001101 10 10001 100101110 1000001 110011

Color Harmonies of #D330CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330CE

Black with #D330CE

Text Example


Text Example

White with #D330CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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