Html Css Color HEX #D336CD Fuchsia

📋 copy color: '#D336CD'

red 211 ◦ green 54 ◦ blue 205

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

Shades of Fuchsia #D336CD

Tints of Fuchsia #D336CD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.49%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 44.89%
G = 11.49%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D336CD (or 0xD336CD) is known color: Fuchsia. HEX triplet: D3, 36 and CD. RGB value is (211,54,205). Sum of RGB (Red+Green+Blue) = 211+54+205=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D336CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336CD is #2CC932. Grayscale: #757575. Windows color (decimal): -2935091 or 13448915. OLE color: 13448915.

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

Color convert

RGB 211 54 205 -
CMYK 0 0.74 0.03 0.17
HSL 302.29º 0.64% 0.52% -
HSV(B) 302.29º 0.74% 0.83% -
XYZ 39.2 20.89 59.72 -
YUV 118.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 211 54 205 0 0.74 0.03 0.17 302.29 0.64 0.52
Hex D3 36 CD 0 4A 3 11 12E 40 34
Octal 323 66 315 0 112 3 21 456 100 64
Binary 11010011 110110 11001101 0 1001010 11 10001 100101110 1000000 110100

Color Harmonies of #D336CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D336CD

Black with #D336CD

Text Example


Text Example

White with #D336CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D336CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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