#CD2DD3

Color #CD2DD3 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CD2DD3

Tints of Fuchsia #CD2DD3

Color information

#CD2DD3 (or 0xCD2DD3) is unknown color: approx Fuchsia. HEX triplet: CD, 2D and D3. RGB value is (205,45,211). Sum of RGB (Red+Green+Blue) = 205+45+211=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD2DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2DD3 is #32D22C. Grayscale: #6F6F6F. Windows color (decimal): -3330605 or 13839821. OLE color: 13839821.

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

Color convert

RGB20545211-
CMYK0.030.7900.17
HSL297.83º65.35%50.2%-
HSV(B)297.83º78.67%82.75%-
XYZ37.8719.5663.41-
YUV111.76184.01194.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 45 (17.97% from 255) = 9.76%
BLUE value IS 211 (82.81% from 255) = 45.77%
R=44.47%
G=9.76%
B=45.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205452110.030.7900.17297.8365.3550.2
HexCD2DD334F01112a4132
Octal31555323311702145210162
Binary11001101101101110100111110011110100011001010101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2DD3; }

 p { color: rgb(205,45,211); }

 H1.HeaderClassName
 {
   color: #CD2DD3;
 }
 .AnyTagClassName
 {
   color: #CD2DD3;
 }
</style>
background-color css

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

 a { background-color: rgb(205,45,211); }

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

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

 span { border-color: rgb(205,45,211); }

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