Html Css Color HEX #D24CCE Fuchsia

📋 copy color: '#D24CCE'

red 210 ◦ green 76 ◦ blue 206

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

Shades of Fuchsia #D24CCE

Tints of Fuchsia #D24CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 42.68%
G = 15.45%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D24CCE (or 0xD24CCE) is known color: Fuchsia. HEX triplet: D2, 4C and CE. RGB value is (210,76,206). Sum of RGB (Red+Green+Blue) = 210+76+206=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CCE is #2DB331. Grayscale: #828282. Windows color (decimal): -2994994 or 13520082. OLE color: 13520082.

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

Color convert

RGB 210 76 206 -
CMYK 0 0.64 0.02 0.18
HSL 301.79º 0.6% 0.56% -
HSV(B) 301.79º 0.64% 0.82% -
XYZ 40.3 23.33 60.77 -
YUV 130.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 210 76 206 0 0.64 0.02 0.18 301.79 0.6 0.56
Hex D2 4C CE 0 40 2 12 12E 3C 38
Octal 322 114 316 0 100 2 22 456 74 70
Binary 11010010 1001100 11001110 0 1000000 10 10010 100101110 111100 111000

Color Harmonies of #D24CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CCE

Black with #D24CCE

Text Example


Text Example

White with #D24CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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