Html Css Color HEX #D24ECA Fuchsia

📋 copy color: '#D24ECA'

red 210 ◦ green 78 ◦ blue 202

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

Shades of Fuchsia #D24ECA

Tints of Fuchsia #D24ECA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.92%

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 42.86%
G = 15.92%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D24ECA (or 0xD24ECA) is known color: Fuchsia. HEX triplet: D2, 4E and CA. RGB value is (210,78,202). Sum of RGB (Red+Green+Blue) = 210+78+202=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24ECA is #2DB135. Grayscale: #838383. Windows color (decimal): -2994486 or 13258450. OLE color: 13258450.

HSL color Cylindrical-coordinate representation of color #D24ECA: hue angle of 303.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24ECA is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 78 202 -
CMYK 0 0.63 0.04 0.18
HSL 303.64º 0.59% 0.56% -
HSV(B) 303.64º 0.63% 0.82% -
XYZ 39.96 23.41 58.29 -
YUV 131.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 210 78 202 0 0.63 0.04 0.18 303.64 0.59 0.56
Hex D2 4E CA 0 3F 4 12 130 3B 38
Octal 322 116 312 0 77 4 22 460 73 70
Binary 11010010 1001110 11001010 0 111111 100 10010 100110000 111011 111000

Color Harmonies of #D24ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24ECA

Black with #D24ECA

Text Example


Text Example

White with #D24ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24ECA; }

 p { color: rgb(210,78,202); }

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

background-color css

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

 a { background-color: rgb(210,78,202); }

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

border-color css

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

 span { border-color: rgb(210,78,202); }

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