Html Css Color HEX #D240C2 Fuchsia

📋 copy color: '#D240C2'

red 210 ◦ green 64 ◦ blue 194

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

Shades of Fuchsia #D240C2

Tints of Fuchsia #D240C2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.68%

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

R = 44.87%
G = 13.68%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D240C2 (or 0xD240C2) is known color: Fuchsia. HEX triplet: D2, 40 and C2. RGB value is (210,64,194). Sum of RGB (Red+Green+Blue) = 210+64+194=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D240C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240C2 is #2DBF3D. Grayscale: #7A7A7A. Windows color (decimal): -2998078 or 12730578. OLE color: 12730578.

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

Color convert

RGB 210 64 194 -
CMYK 0 0.70 0.08 0.18
HSL 306.58º 0.62% 0.54% -
HSV(B) 306.58º 0.7% 0.82% -
XYZ 38.15 21.26 53.13 -
YUV 122.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 210 64 194 0 0.70 0.08 0.18 306.58 0.62 0.54
Hex D2 40 C2 0 46 8 12 133 3E 36
Octal 322 100 302 0 106 10 22 463 76 66
Binary 11010010 1000000 11000010 0 1000110 1000 10010 100110011 111110 110110

Color Harmonies of #D240C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240C2

Black with #D240C2

Text Example


Text Example

White with #D240C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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