Html Css Color HEX #D234B2 Fuchsia

📋 copy color: '#D234B2'

red 210 ◦ green 52 ◦ blue 178

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

Shades of Fuchsia #D234B2

Tints of Fuchsia #D234B2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.82%

 BLUE value IS 178 (69.92% from 255) = 40.45%

R = 47.73%
G = 11.82%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D234B2 (or 0xD234B2) is known color: Fuchsia. HEX triplet: D2, 34 and B2. RGB value is (210,52,178). Sum of RGB (Red+Green+Blue) = 210+52+178=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D234B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D234B2 is #2DCB4D. Grayscale: #717171. Windows color (decimal): -3001166 or 11678930. OLE color: 11678930.

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

Color convert

RGB 210 52 178 -
CMYK 0 0.75 0.15 0.18
HSL 312.15º 0.64% 0.51% -
HSV(B) 312.15º 0.75% 0.82% -
XYZ 35.84 19.37 43.97 -
YUV 113.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 210 52 178 0 0.75 0.15 0.18 312.15 0.64 0.51
Hex D2 34 B2 0 4B F 12 138 40 33
Octal 322 64 262 0 113 17 22 470 100 63
Binary 11010010 110100 10110010 0 1001011 1111 10010 100111000 1000000 110011

Color Harmonies of #D234B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D234B2

Black with #D234B2

Text Example


Text Example

White with #D234B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D234B2; }

 p { color: rgb(210,52,178); }

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

background-color css

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

 a { background-color: rgb(210,52,178); }

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

border-color css

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

 span { border-color: rgb(210,52,178); }

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