Html Css Color HEX #D24CC3 Fuchsia

📋 copy color: '#D24CC3'

red 210 ◦ green 76 ◦ blue 195

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

Shades of Fuchsia #D24CC3

Tints of Fuchsia #D24CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 43.66%
G = 15.8%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D24CC3 (or 0xD24CC3) is known color: Fuchsia. HEX triplet: D2, 4C and C3. RGB value is (210,76,195). Sum of RGB (Red+Green+Blue) = 210+76+195=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CC3 is #2DB33C. Grayscale: #818181. Windows color (decimal): -2995005 or 12799186. OLE color: 12799186.

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

Color convert

RGB 210 76 195 -
CMYK 0 0.64 0.07 0.18
HSL 306.72º 0.6% 0.56% -
HSV(B) 306.72º 0.64% 0.82% -
XYZ 39.01 22.81 53.98 -
YUV 129.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 210 76 195 0 0.64 0.07 0.18 306.72 0.6 0.56
Hex D2 4C C3 0 40 7 12 133 3C 38
Octal 322 114 303 0 100 7 22 463 74 70
Binary 11010010 1001100 11000011 0 1000000 111 10010 100110011 111100 111000

Color Harmonies of #D24CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CC3

Black with #D24CC3

Text Example


Text Example

White with #D24CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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