Html Css Color HEX #D534CD Fuchsia

📋 copy color: '#D534CD'

red 213 ◦ green 52 ◦ blue 205

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

Shades of Fuchsia #D534CD

Tints of Fuchsia #D534CD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.06%

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

R = 45.32%
G = 11.06%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D534CD (or 0xD534CD) is known color: Fuchsia. HEX triplet: D5, 34 and CD. RGB value is (213,52,205). Sum of RGB (Red+Green+Blue) = 213+52+205=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D534CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534CD is #2ACB32. Grayscale: #757575. Windows color (decimal): -2804531 or 13448405. OLE color: 13448405.

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

Color convert

RGB 213 52 205 -
CMYK 0 0.76 0.04 0.16
HSL 302.98º 0.66% 0.52% -
HSV(B) 302.98º 0.76% 0.84% -
XYZ 39.69 21.01 59.72 -
YUV 117.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 213 52 205 0 0.76 0.04 0.16 302.98 0.66 0.52
Hex D5 34 CD 0 4C 4 10 12F 42 34
Octal 325 64 315 0 114 4 20 457 102 64
Binary 11010101 110100 11001101 0 1001100 100 10000 100101111 1000010 110100

Color Harmonies of #D534CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D534CD

Black with #D534CD

Text Example


Text Example

White with #D534CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D534CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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