Html Css Color HEX #D24CC6 Fuchsia

📋 copy color: '#D24CC6'

red 210 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #D24CC6

Tints of Fuchsia #D24CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.7%

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 43.39%
G = 15.7%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D24CC6 (or 0xD24CC6) is known color: Fuchsia. HEX triplet: D2, 4C and C6. RGB value is (210,76,198). Sum of RGB (Red+Green+Blue) = 210+76+198=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CC6 is #2DB339. Grayscale: #818181. Windows color (decimal): -2995002 or 12995794. OLE color: 12995794.

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

Color convert

RGB 210 76 198 -
CMYK 0 0.64 0.06 0.18
HSL 305.37º 0.6% 0.56% -
HSV(B) 305.37º 0.64% 0.82% -
XYZ 39.36 22.95 55.78 -
YUV 129.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 210 76 198 0 0.64 0.06 0.18 305.37 0.6 0.56
Hex D2 4C C6 0 40 6 12 131 3C 38
Octal 322 114 306 0 100 6 22 461 74 70
Binary 11010010 1001100 11000110 0 1000000 110 10010 100110001 111100 111000

Color Harmonies of #D24CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CC6

Black with #D24CC6

Text Example


Text Example

White with #D24CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CC6; }

 p { color: rgb(210,76,198); }

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

background-color css

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

 a { background-color: rgb(210,76,198); }

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

border-color css

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

 span { border-color: rgb(210,76,198); }

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