Html Css Color HEX #D232B5 Fuchsia

📋 copy color: '#D232B5'

red 210 ◦ green 50 ◦ blue 181

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

Shades of Fuchsia #D232B5

Tints of Fuchsia #D232B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.04%

R = 47.62%
G = 11.34%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D232B5 (or 0xD232B5) is known color: Fuchsia. HEX triplet: D2, 32 and B5. RGB value is (210,50,181). Sum of RGB (Red+Green+Blue) = 210+50+181=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D232B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232B5 is #2DCD4A. Grayscale: #707070. Windows color (decimal): -3001675 or 11875026. OLE color: 11875026.

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

Color convert

RGB 210 50 181 -
CMYK 0 0.76 0.14 0.18
HSL 310.88º 0.64% 0.51% -
HSV(B) 310.88º 0.76% 0.82% -
XYZ 36.06 19.32 45.54 -
YUV 112.77 166.51 197.35 -
System Red Green Blue C M Y K H S L
Decimal 210 50 181 0 0.76 0.14 0.18 310.88 0.64 0.51
Hex D2 32 B5 0 4C E 12 137 40 33
Octal 322 62 265 0 114 16 22 467 100 63
Binary 11010010 110010 10110101 0 1001100 1110 10010 100110111 1000000 110011

Color Harmonies of #D232B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232B5

Black with #D232B5

Text Example


Text Example

White with #D232B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232B5; }

 p { color: rgb(210,50,181); }

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

background-color css

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

 a { background-color: rgb(210,50,181); }

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

border-color css

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

 span { border-color: rgb(210,50,181); }

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