Html Css Color HEX #D240D0 Fuchsia

📋 copy color: '#D240D0'

red 210 ◦ green 64 ◦ blue 208

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

Shades of Fuchsia #D240D0

Tints of Fuchsia #D240D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 43.57%
G = 13.28%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D240D0 (or 0xD240D0) is known color: Fuchsia. HEX triplet: D2, 40 and D0. RGB value is (210,64,208). Sum of RGB (Red+Green+Blue) = 210+64+208=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D240D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240D0 is #2DBF2F. Grayscale: #7B7B7B. Windows color (decimal): -2998064 or 13648082. OLE color: 13648082.

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

Color convert

RGB 210 64 208 -
CMYK 0 0.70 0.01 0.18
HSL 300.82º 0.62% 0.54% -
HSV(B) 300.82º 0.7% 0.82% -
XYZ 39.8 21.92 61.81 -
YUV 124.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 210 64 208 0 0.70 0.01 0.18 300.82 0.62 0.54
Hex D2 40 D0 0 46 1 12 12D 3E 36
Octal 322 100 320 0 106 1 22 455 76 66
Binary 11010010 1000000 11010000 0 1000110 1 10010 100101101 111110 110110

Color Harmonies of #D240D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240D0

Black with #D240D0

Text Example


Text Example

White with #D240D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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