Html Css Color HEX #D24CCA Fuchsia

📋 copy color: '#D24CCA'

red 210 ◦ green 76 ◦ blue 202

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

Shades of Fuchsia #D24CCA

Tints of Fuchsia #D24CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.39%

R = 43.03%
G = 15.57%
B = 41.39%

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

#D24CCA (or 0xD24CCA) is known color: Fuchsia. HEX triplet: D2, 4C and CA. RGB value is (210,76,202). Sum of RGB (Red+Green+Blue) = 210+76+202=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CCA is #2DB335. Grayscale: #828282. Windows color (decimal): -2994998 or 13257938. OLE color: 13257938.

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

Color convert

RGB 210 76 202 -
CMYK 0 0.64 0.04 0.18
HSL 303.58º 0.6% 0.56% -
HSV(B) 303.58º 0.64% 0.82% -
XYZ 39.82 23.13 58.24 -
YUV 130.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 210 76 202 0 0.64 0.04 0.18 303.58 0.6 0.56
Hex D2 4C CA 0 40 4 12 130 3C 38
Octal 322 114 312 0 100 4 22 460 74 70
Binary 11010010 1001100 11001010 0 1000000 100 10010 100110000 111100 111000

Color Harmonies of #D24CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CCA

Black with #D24CCA

Text Example


Text Example

White with #D24CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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