Html Css Color HEX #D533CB Fuchsia

📋 copy color: '#D533CB'

red 213 ◦ green 51 ◦ blue 203

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

Shades of Fuchsia #D533CB

Tints of Fuchsia #D533CB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.92%

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

R = 45.61%
G = 10.92%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D533CB (or 0xD533CB) is known color: Fuchsia. HEX triplet: D5, 33 and CB. RGB value is (213,51,203). Sum of RGB (Red+Green+Blue) = 213+51+203=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D533CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533CB is #2ACC34. Grayscale: #747474. Windows color (decimal): -2804789 or 13317077. OLE color: 13317077.

HSL color Cylindrical-coordinate representation of color #D533CB: hue angle of 303.7º 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 #D533CB is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 203 -
CMYK 0 0.76 0.05 0.16
HSL 303.7º 0.66% 0.52% -
HSV(B) 303.7º 0.76% 0.84% -
XYZ 39.4 20.83 58.44 -
YUV 116.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 213 51 203 0 0.76 0.05 0.16 303.7 0.66 0.52
Hex D5 33 CB 0 4C 5 10 130 42 34
Octal 325 63 313 0 114 5 20 460 102 64
Binary 11010101 110011 11001011 0 1001100 101 10000 100110000 1000010 110100

Color Harmonies of #D533CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D533CB

Black with #D533CB

Text Example


Text Example

White with #D533CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D533CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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