Html Css Color HEX #D232B9 Fuchsia

📋 copy color: '#D232B9'

red 210 ◦ green 50 ◦ blue 185

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

Shades of Fuchsia #D232B9

Tints of Fuchsia #D232B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 47.19%
G = 11.24%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D232B9 (or 0xD232B9) is known color: Fuchsia. HEX triplet: D2, 32 and B9. RGB value is (210,50,185). Sum of RGB (Red+Green+Blue) = 210+50+185=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D232B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232B9 is #2DCD46. Grayscale: #707070. Windows color (decimal): -3001671 or 12137170. OLE color: 12137170.

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

Color convert

RGB 210 50 185 -
CMYK 0 0.76 0.12 0.18
HSL 309.38º 0.64% 0.51% -
HSV(B) 309.38º 0.76% 0.82% -
XYZ 36.48 19.49 47.74 -
YUV 113.23 168.51 197.02 -
System Red Green Blue C M Y K H S L
Decimal 210 50 185 0 0.76 0.12 0.18 309.38 0.64 0.51
Hex D2 32 B9 0 4C C 12 135 40 33
Octal 322 62 271 0 114 14 22 465 100 63
Binary 11010010 110010 10111001 0 1001100 1100 10010 100110101 1000000 110011

Color Harmonies of #D232B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232B9

Black with #D232B9

Text Example


Text Example

White with #D232B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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