Html Css Color HEX #D035CB Fuchsia

📋 copy color: '#D035CB'

red 208 ◦ green 53 ◦ blue 203

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

Shades of Fuchsia #D035CB

Tints of Fuchsia #D035CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 44.83%
G = 11.42%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D035CB (or 0xD035CB) is known color: Fuchsia. HEX triplet: D0, 35 and CB. RGB value is (208,53,203). Sum of RGB (Red+Green+Blue) = 208+53+203=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D035CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035CB is #2FCA34. Grayscale: #747474. Windows color (decimal): -3131957 or 13317584. OLE color: 13317584.

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

Color convert

RGB 208 53 203 -
CMYK 0 0.75 0.02 0.18
HSL 301.94º 0.62% 0.51% -
HSV(B) 301.94º 0.75% 0.82% -
XYZ 38.07 20.27 58.41 -
YUV 116.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 208 53 203 0 0.75 0.02 0.18 301.94 0.62 0.51
Hex D0 35 CB 0 4B 2 12 12E 3E 33
Octal 320 65 313 0 113 2 22 456 76 63
Binary 11010000 110101 11001011 0 1001011 10 10010 100101110 111110 110011

Color Harmonies of #D035CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035CB

Black with #D035CB

Text Example


Text Example

White with #D035CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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