Html Css Color HEX #D035CF Fuchsia

📋 copy color: '#D035CF'

red 208 ◦ green 53 ◦ blue 207

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

Shades of Fuchsia #D035CF

Tints of Fuchsia #D035CF

RGB

 RED value IS 208 (81.64% from 255) = 44.44%

 GREEN value IS 53 (21.09% from 255) = 11.32%

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

R = 44.44%
G = 11.32%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D035CF (or 0xD035CF) is known color: Fuchsia. HEX triplet: D0, 35 and CF. RGB value is (208,53,207). Sum of RGB (Red+Green+Blue) = 208+53+207=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D035CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035CF is #2FCA30. Grayscale: #747474. Windows color (decimal): -3131953 or 13579728. OLE color: 13579728.

HSL color Cylindrical-coordinate representation of color #D035CF: hue angle of 300.39º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D035CF is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 53 207 -
CMYK 0 0.75 0.00 0.18
HSL 300.39º 0.62% 0.51% -
HSV(B) 300.39º 0.75% 0.82% -
XYZ 38.55 20.46 60.95 -
YUV 116.9 178.85 192.98 -
System Red Green Blue C M Y K H S L
Decimal 208 53 207 0 0.75 0.00 0.18 300.39 0.62 0.51
Hex D0 35 CF 0 4B 0 12 12C 3E 33
Octal 320 65 317 0 113 0 22 454 76 63
Binary 11010000 110101 11001111 0 1001011 0 10010 100101100 111110 110011

Color Harmonies of #D035CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035CF

Black with #D035CF

Text Example


Text Example

White with #D035CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035CF; }

 p { color: rgb(208,53,207); }

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

background-color css

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

 a { background-color: rgb(208,53,207); }

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

border-color css

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

 span { border-color: rgb(208,53,207); }

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