Html Css Color HEX #D24FC4 Fuchsia

📋 copy color: '#D24FC4'

red 210 ◦ green 79 ◦ blue 196

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

Shades of Fuchsia #D24FC4

Tints of Fuchsia #D24FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.41%

R = 43.3%
G = 16.29%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D24FC4 (or 0xD24FC4) is known color: Fuchsia. HEX triplet: D2, 4F and C4. RGB value is (210,79,196). Sum of RGB (Red+Green+Blue) = 210+79+196=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FC4 is #2DB03B. Grayscale: #838383. Windows color (decimal): -2994236 or 12865490. OLE color: 12865490.

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

Color convert

RGB 210 79 196 -
CMYK 0 0.62 0.07 0.18
HSL 306.41º 0.59% 0.57% -
HSV(B) 306.41º 0.62% 0.82% -
XYZ 39.34 23.28 54.64 -
YUV 131.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 210 79 196 0 0.62 0.07 0.18 306.41 0.59 0.57
Hex D2 4F C4 0 3E 7 12 132 3B 39
Octal 322 117 304 0 76 7 22 462 73 71
Binary 11010010 1001111 11000100 0 111110 111 10010 100110010 111011 111001

Color Harmonies of #D24FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FC4

Black with #D24FC4

Text Example


Text Example

White with #D24FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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