Html Css Color HEX #D233B1 Fuchsia

📋 copy color: '#D233B1'

red 210 ◦ green 51 ◦ blue 177

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

Shades of Fuchsia #D233B1

Tints of Fuchsia #D233B1

RGB

 RED value IS 210 (82.42% from 255) = 47.95%

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

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 47.95%
G = 11.64%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D233B1 (or 0xD233B1) is known color: Fuchsia. HEX triplet: D2, 33 and B1. RGB value is (210,51,177). Sum of RGB (Red+Green+Blue) = 210+51+177=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D233B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D233B1 is #2DCC4E. Grayscale: #707070. Windows color (decimal): -3001423 or 11613138. OLE color: 11613138.

HSL color Cylindrical-coordinate representation of color #D233B1: hue angle of 312.45º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D233B1 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 51 177 -
CMYK 0 0.76 0.16 0.18
HSL 312.45º 0.64% 0.51% -
HSV(B) 312.45º 0.76% 0.82% -
XYZ 35.7 19.24 43.43 -
YUV 112.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 210 51 177 0 0.76 0.16 0.18 312.45 0.64 0.51
Hex D2 33 B1 0 4C 10 12 138 40 33
Octal 322 63 261 0 114 20 22 470 100 63
Binary 11010010 110011 10110001 0 1001100 10000 10010 100111000 1000000 110011

Color Harmonies of #D233B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D233B1

Black with #D233B1

Text Example


Text Example

White with #D233B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D233B1; }

 p { color: rgb(210,51,177); }

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

background-color css

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

 a { background-color: rgb(210,51,177); }

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

border-color css

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

 span { border-color: rgb(210,51,177); }

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