Html Css Color HEX #D535CD Fuchsia

📋 copy color: '#D535CD'

red 213 ◦ green 53 ◦ blue 205

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

Shades of Fuchsia #D535CD

Tints of Fuchsia #D535CD

RGB

 RED value IS 213 (83.59% from 255) = 45.22%

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 45.22%
G = 11.25%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D535CD (or 0xD535CD) is known color: Fuchsia. HEX triplet: D5, 35 and CD. RGB value is (213,53,205). Sum of RGB (Red+Green+Blue) = 213+53+205=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D535CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535CD is #2ACA32. Grayscale: #757575. Windows color (decimal): -2804275 or 13448661. OLE color: 13448661.

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

Color convert

RGB 213 53 205 -
CMYK 0 0.75 0.04 0.16
HSL 303º 0.66% 0.52% -
HSV(B) 303º 0.75% 0.84% -
XYZ 39.73 21.1 59.74 -
YUV 118.17 177.01 195.64 -
System Red Green Blue C M Y K H S L
Decimal 213 53 205 0 0.75 0.04 0.16 303 0.66 0.52
Hex D5 35 CD 0 4B 4 10 12F 42 34
Octal 325 65 315 0 113 4 20 457 102 64
Binary 11010101 110101 11001101 0 1001011 100 10000 100101111 1000010 110100

Color Harmonies of #D535CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535CD

Black with #D535CD

Text Example


Text Example

White with #D535CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535CD; }

 p { color: rgb(213,53,205); }

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

background-color css

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

 a { background-color: rgb(213,53,205); }

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

border-color css

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

 span { border-color: rgb(213,53,205); }

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