Html Css Color HEX #D24CC0 Fuchsia

📋 copy color: '#D24CC0'

red 210 ◦ green 76 ◦ blue 192

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

Shades of Fuchsia #D24CC0

Tints of Fuchsia #D24CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.17%

R = 43.93%
G = 15.9%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D24CC0 (or 0xD24CC0) is known color: Fuchsia. HEX triplet: D2, 4C and C0. RGB value is (210,76,192). Sum of RGB (Red+Green+Blue) = 210+76+192=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CC0 is #2DB33F. Grayscale: #808080. Windows color (decimal): -2995008 or 12602578. OLE color: 12602578.

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

Color convert

RGB 210 76 192 -
CMYK 0 0.64 0.09 0.18
HSL 308.06º 0.6% 0.56% -
HSV(B) 308.06º 0.64% 0.82% -
XYZ 38.68 22.68 52.21 -
YUV 129.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 210 76 192 0 0.64 0.09 0.18 308.06 0.6 0.56
Hex D2 4C C0 0 40 9 12 134 3C 38
Octal 322 114 300 0 100 11 22 464 74 70
Binary 11010010 1001100 11000000 0 1000000 1001 10010 100110100 111100 111000

Color Harmonies of #D24CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CC0

Black with #D24CC0

Text Example


Text Example

White with #D24CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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