Html Css Color HEX #D241C8 Fuchsia

📋 copy color: '#D241C8'

red 210 ◦ green 65 ◦ blue 200

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

Shades of Fuchsia #D241C8

Tints of Fuchsia #D241C8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.68%

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 44.21%
G = 13.68%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D241C8 (or 0xD241C8) is known color: Fuchsia. HEX triplet: D2, 41 and C8. RGB value is (210,65,200). Sum of RGB (Red+Green+Blue) = 210+65+200=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D241C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241C8 is #2DBE37. Grayscale: #7B7B7B. Windows color (decimal): -2997816 or 13124050. OLE color: 13124050.

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

Color convert

RGB 210 65 200 -
CMYK 0 0.69 0.05 0.18
HSL 304.14º 0.62% 0.54% -
HSV(B) 304.14º 0.69% 0.82% -
XYZ 38.89 21.65 56.77 -
YUV 123.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 210 65 200 0 0.69 0.05 0.18 304.14 0.62 0.54
Hex D2 41 C8 0 45 5 12 130 3E 36
Octal 322 101 310 0 105 5 22 460 76 66
Binary 11010010 1000001 11001000 0 1000101 101 10010 100110000 111110 110110

Color Harmonies of #D241C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241C8

Black with #D241C8

Text Example


Text Example

White with #D241C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241C8; }

 p { color: rgb(210,65,200); }

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

background-color css

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

 a { background-color: rgb(210,65,200); }

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

border-color css

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

 span { border-color: rgb(210,65,200); }

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