Html Css Color HEX #D241CE Fuchsia

📋 copy color: '#D241CE'

red 210 ◦ green 65 ◦ blue 206

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

Shades of Fuchsia #D241CE

Tints of Fuchsia #D241CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 43.66%
G = 13.51%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D241CE (or 0xD241CE) is known color: Fuchsia. HEX triplet: D2, 41 and CE. RGB value is (210,65,206). Sum of RGB (Red+Green+Blue) = 210+65+206=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D241CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241CE is #2DBE31. Grayscale: #7C7C7C. Windows color (decimal): -2997810 or 13517266. OLE color: 13517266.

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

Color convert

RGB 210 65 206 -
CMYK 0 0.69 0.02 0.18
HSL 301.66º 0.62% 0.54% -
HSV(B) 301.66º 0.69% 0.82% -
XYZ 39.61 21.94 60.54 -
YUV 124.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 210 65 206 0 0.69 0.02 0.18 301.66 0.62 0.54
Hex D2 41 CE 0 45 2 12 12E 3E 36
Octal 322 101 316 0 105 2 22 456 76 66
Binary 11010010 1000001 11001110 0 1000101 10 10010 100101110 111110 110110

Color Harmonies of #D241CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241CE

Black with #D241CE

Text Example


Text Example

White with #D241CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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