Html Css Color HEX #D24CC9 Fuchsia

📋 copy color: '#D24CC9'

red 210 ◦ green 76 ◦ blue 201

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

Shades of Fuchsia #D24CC9

Tints of Fuchsia #D24CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 43.12%
G = 15.61%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D24CC9 (or 0xD24CC9) is known color: Fuchsia. HEX triplet: D2, 4C and C9. RGB value is (210,76,201). Sum of RGB (Red+Green+Blue) = 210+76+201=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CC9 is #2DB336. Grayscale: #818181. Windows color (decimal): -2994999 or 13192402. OLE color: 13192402.

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

Color convert

RGB 210 76 201 -
CMYK 0 0.64 0.04 0.18
HSL 304.03º 0.6% 0.56% -
HSV(B) 304.03º 0.64% 0.82% -
XYZ 39.71 23.09 57.62 -
YUV 130.32 167.89 184.84 -
System Red Green Blue C M Y K H S L
Decimal 210 76 201 0 0.64 0.04 0.18 304.03 0.6 0.56
Hex D2 4C C9 0 40 4 12 130 3C 38
Octal 322 114 311 0 100 4 22 460 74 70
Binary 11010010 1001100 11001001 0 1000000 100 10010 100110000 111100 111000

Color Harmonies of #D24CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CC9

Black with #D24CC9

Text Example


Text Example

White with #D24CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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