Html Css Color HEX #D532CB Fuchsia

📋 copy color: '#D532CB'

red 213 ◦ green 50 ◦ blue 203

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

Shades of Fuchsia #D532CB

Tints of Fuchsia #D532CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.73%

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

R = 45.71%
G = 10.73%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D532CB (or 0xD532CB) is known color: Fuchsia. HEX triplet: D5, 32 and CB. RGB value is (213,50,203). Sum of RGB (Red+Green+Blue) = 213+50+203=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D532CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532CB is #2ACD34. Grayscale: #737373. Windows color (decimal): -2805045 or 13316821. OLE color: 13316821.

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

Color convert

RGB 213 50 203 -
CMYK 0 0.77 0.05 0.16
HSL 303.68º 0.66% 0.52% -
HSV(B) 303.68º 0.77% 0.84% -
XYZ 39.36 20.74 58.43 -
YUV 116.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 213 50 203 0 0.77 0.05 0.16 303.68 0.66 0.52
Hex D5 32 CB 0 4D 5 10 130 42 34
Octal 325 62 313 0 115 5 20 460 102 64
Binary 11010101 110010 11001011 0 1001101 101 10000 100110000 1000010 110100

Color Harmonies of #D532CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532CB

Black with #D532CB

Text Example


Text Example

White with #D532CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532CB; }

 p { color: rgb(213,50,203); }

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

background-color css

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

 a { background-color: rgb(213,50,203); }

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

border-color css

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

 span { border-color: rgb(213,50,203); }

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