Html Css Color HEX #D336CF Fuchsia

📋 copy color: '#D336CF'

red 211 ◦ green 54 ◦ blue 207

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

Shades of Fuchsia #D336CF

Tints of Fuchsia #D336CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 44.7%
G = 11.44%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D336CF (or 0xD336CF) is known color: Fuchsia. HEX triplet: D3, 36 and CF. RGB value is (211,54,207). Sum of RGB (Red+Green+Blue) = 211+54+207=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D336CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336CF is #2CC930. Grayscale: #757575. Windows color (decimal): -2935089 or 13579987. OLE color: 13579987.

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

Color convert

RGB 211 54 207 -
CMYK 0 0.74 0.02 0.17
HSL 301.53º 0.64% 0.52% -
HSV(B) 301.53º 0.74% 0.83% -
XYZ 39.45 20.99 61 -
YUV 118.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 211 54 207 0 0.74 0.02 0.17 301.53 0.64 0.52
Hex D3 36 CF 0 4A 2 11 12E 40 34
Octal 323 66 317 0 112 2 21 456 100 64
Binary 11010011 110110 11001111 0 1001010 10 10001 100101110 1000000 110100

Color Harmonies of #D336CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D336CF

Black with #D336CF

Text Example


Text Example

White with #D336CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D336CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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