Html Css Color HEX #D24CC7 Fuchsia

📋 copy color: '#D24CC7'

red 210 ◦ green 76 ◦ blue 199

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

Shades of Fuchsia #D24CC7

Tints of Fuchsia #D24CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.03%

R = 43.3%
G = 15.67%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D24CC7 (or 0xD24CC7) is known color: Fuchsia. HEX triplet: D2, 4C and C7. RGB value is (210,76,199). Sum of RGB (Red+Green+Blue) = 210+76+199=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CC7 is #2DB338. Grayscale: #818181. Windows color (decimal): -2995001 or 13061330. OLE color: 13061330.

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

Color convert

RGB 210 76 199 -
CMYK 0 0.64 0.05 0.18
HSL 304.93º 0.6% 0.56% -
HSV(B) 304.93º 0.64% 0.82% -
XYZ 39.47 22.99 56.39 -
YUV 130.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 210 76 199 0 0.64 0.05 0.18 304.93 0.6 0.56
Hex D2 4C C7 0 40 5 12 131 3C 38
Octal 322 114 307 0 100 5 22 461 74 70
Binary 11010010 1001100 11000111 0 1000000 101 10010 100110001 111100 111000

Color Harmonies of #D24CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CC7

Black with #D24CC7

Text Example


Text Example

White with #D24CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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