Html Css Color HEX #D243C2 Fuchsia

📋 copy color: '#D243C2'

red 210 ◦ green 67 ◦ blue 194

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

Shades of Fuchsia #D243C2

Tints of Fuchsia #D243C2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.23%

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 44.59%
G = 14.23%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D243C2 (or 0xD243C2) is known color: Fuchsia. HEX triplet: D2, 43 and C2. RGB value is (210,67,194). Sum of RGB (Red+Green+Blue) = 210+67+194=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D243C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243C2 is #2DBC3D. Grayscale: #7B7B7B. Windows color (decimal): -2997310 or 12731346. OLE color: 12731346.

HSL color Cylindrical-coordinate representation of color #D243C2: hue angle of 306.71º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D243C2 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 67 194 -
CMYK 0 0.68 0.08 0.18
HSL 306.71º 0.61% 0.54% -
HSV(B) 306.71º 0.68% 0.82% -
XYZ 38.32 21.61 53.19 -
YUV 124.24 167.38 189.17 -
System Red Green Blue C M Y K H S L
Decimal 210 67 194 0 0.68 0.08 0.18 306.71 0.61 0.54
Hex D2 43 C2 0 44 8 12 133 3D 36
Octal 322 103 302 0 104 10 22 463 75 66
Binary 11010010 1000011 11000010 0 1000100 1000 10010 100110011 111101 110110

Color Harmonies of #D243C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D243C2

Black with #D243C2

Text Example


Text Example

White with #D243C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D243C2; }

 p { color: rgb(210,67,194); }

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

background-color css

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

 a { background-color: rgb(210,67,194); }

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

border-color css

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

 span { border-color: rgb(210,67,194); }

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