Html Css Color HEX #D439CE Fuchsia

📋 copy color: '#D439CE'

red 212 ◦ green 57 ◦ blue 206

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

Shades of Fuchsia #D439CE

Tints of Fuchsia #D439CE

RGB

 RED value IS 212 (83.2% from 255) = 44.63%

 GREEN value IS 57 (22.66% from 255) = 12%

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

R = 44.63%
G = 12%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D439CE (or 0xD439CE) is known color: Fuchsia. HEX triplet: D4, 39 and CE. RGB value is (212,57,206). Sum of RGB (Red+Green+Blue) = 212+57+206=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D439CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439CE is #2BC631. Grayscale: #777777. Windows color (decimal): -2868786 or 13515220. OLE color: 13515220.

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

Color convert

RGB 212 57 206 -
CMYK 0 0.73 0.03 0.17
HSL 302.32º 0.64% 0.53% -
HSV(B) 302.32º 0.73% 0.83% -
XYZ 39.76 21.38 60.42 -
YUV 120.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 212 57 206 0 0.73 0.03 0.17 302.32 0.64 0.53
Hex D4 39 CE 0 49 3 11 12E 40 35
Octal 324 71 316 0 111 3 21 456 100 65
Binary 11010100 111001 11001110 0 1001001 11 10001 100101110 1000000 110101

Color Harmonies of #D439CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D439CE

Black with #D439CE

Text Example


Text Example

White with #D439CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D439CE; }

 p { color: rgb(212,57,206); }

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

background-color css

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

 a { background-color: rgb(212,57,206); }

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

border-color css

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

 span { border-color: rgb(212,57,206); }

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