Html Css Color HEX #D234C1 Fuchsia

📋 copy color: '#D234C1'

red 210 ◦ green 52 ◦ blue 193

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

Shades of Fuchsia #D234C1

Tints of Fuchsia #D234C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.42%

R = 46.15%
G = 11.43%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D234C1 (or 0xD234C1) is known color: Fuchsia. HEX triplet: D2, 34 and C1. RGB value is (210,52,193). Sum of RGB (Red+Green+Blue) = 210+52+193=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D234C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234C1 is #2DCB3E. Grayscale: #727272. Windows color (decimal): -3001151 or 12661970. OLE color: 12661970.

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

Color convert

RGB 210 52 193 -
CMYK 0 0.75 0.08 0.18
HSL 306.46º 0.64% 0.51% -
HSV(B) 306.46º 0.75% 0.82% -
XYZ 37.43 20.01 52.34 -
YUV 115.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 210 52 193 0 0.75 0.08 0.18 306.46 0.64 0.51
Hex D2 34 C1 0 4B 8 12 132 40 33
Octal 322 64 301 0 113 10 22 462 100 63
Binary 11010010 110100 11000001 0 1001011 1000 10010 100110010 1000000 110011

Color Harmonies of #D234C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D234C1

Black with #D234C1

Text Example


Text Example

White with #D234C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D234C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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