Html Css Color HEX #D232B0 Fuchsia

📋 copy color: '#D232B0'

red 210 ◦ green 50 ◦ blue 176

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

Shades of Fuchsia #D232B0

Tints of Fuchsia #D232B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 48.17%
G = 11.47%
B = 40.37%

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

#D232B0 (or 0xD232B0) is known color: Fuchsia. HEX triplet: D2, 32 and B0. RGB value is (210,50,176). Sum of RGB (Red+Green+Blue) = 210+50+176=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D232B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D232B0 is #2DCD4F. Grayscale: #6F6F6F. Windows color (decimal): -3001680 or 11547346. OLE color: 11547346.

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

Color convert

RGB 210 50 176 -
CMYK 0 0.76 0.16 0.18
HSL 312.75º 0.64% 0.51% -
HSV(B) 312.75º 0.76% 0.82% -
XYZ 35.56 19.12 42.89 -
YUV 112.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 210 50 176 0 0.76 0.16 0.18 312.75 0.64 0.51
Hex D2 32 B0 0 4C 10 12 139 40 33
Octal 322 62 260 0 114 20 22 471 100 63
Binary 11010010 110010 10110000 0 1001100 10000 10010 100111001 1000000 110011

Color Harmonies of #D232B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232B0

Black with #D232B0

Text Example


Text Example

White with #D232B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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