Html Css Color HEX #D24FCA Fuchsia

📋 copy color: '#D24FCA'

red 210 ◦ green 79 ◦ blue 202

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

Shades of Fuchsia #D24FCA

Tints of Fuchsia #D24FCA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.09%

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

R = 42.77%
G = 16.09%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D24FCA (or 0xD24FCA) is known color: Fuchsia. HEX triplet: D2, 4F and CA. RGB value is (210,79,202). Sum of RGB (Red+Green+Blue) = 210+79+202=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FCA is #2DB035. Grayscale: #838383. Windows color (decimal): -2994230 or 13258706. OLE color: 13258706.

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

Color convert

RGB 210 79 202 -
CMYK 0 0.62 0.04 0.18
HSL 303.66º 0.59% 0.57% -
HSV(B) 303.66º 0.62% 0.82% -
XYZ 40.04 23.56 58.31 -
YUV 132.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 210 79 202 0 0.62 0.04 0.18 303.66 0.59 0.57
Hex D2 4F CA 0 3E 4 12 130 3B 39
Octal 322 117 312 0 76 4 22 460 73 71
Binary 11010010 1001111 11001010 0 111110 100 10010 100110000 111011 111001

Color Harmonies of #D24FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FCA

Black with #D24FCA

Text Example


Text Example

White with #D24FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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