Html Css Color HEX #D335CB Fuchsia

📋 copy color: '#D335CB'

red 211 ◦ green 53 ◦ blue 203

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

Shades of Fuchsia #D335CB

Tints of Fuchsia #D335CB

RGB

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

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

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

R = 45.18%
G = 11.35%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D335CB (or 0xD335CB) is known color: Fuchsia. HEX triplet: D3, 35 and CB. RGB value is (211,53,203). Sum of RGB (Red+Green+Blue) = 211+53+203=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D335CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335CB is #2CCA34. Grayscale: #747474. Windows color (decimal): -2935349 or 13317587. OLE color: 13317587.

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

Color convert

RGB 211 53 203 -
CMYK 0 0.75 0.04 0.17
HSL 303.04º 0.64% 0.52% -
HSV(B) 303.04º 0.75% 0.83% -
XYZ 38.92 20.71 58.45 -
YUV 117.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 211 53 203 0 0.75 0.04 0.17 303.04 0.64 0.52
Hex D3 35 CB 0 4B 4 11 12F 40 34
Octal 323 65 313 0 113 4 21 457 100 64
Binary 11010011 110101 11001011 0 1001011 100 10001 100101111 1000000 110100

Color Harmonies of #D335CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335CB

Black with #D335CB

Text Example


Text Example

White with #D335CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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