Html Css Color HEX #D24CC2 Fuchsia

📋 copy color: '#D24CC2'

red 210 ◦ green 76 ◦ blue 194

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

Shades of Fuchsia #D24CC2

Tints of Fuchsia #D24CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 43.75%
G = 15.83%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D24CC2 (or 0xD24CC2) is known color: Fuchsia. HEX triplet: D2, 4C and C2. RGB value is (210,76,194). Sum of RGB (Red+Green+Blue) = 210+76+194=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CC2 is #2DB33D. Grayscale: #818181. Windows color (decimal): -2995006 or 12733650. OLE color: 12733650.

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

Color convert

RGB 210 76 194 -
CMYK 0 0.64 0.08 0.18
HSL 307.16º 0.6% 0.56% -
HSV(B) 307.16º 0.64% 0.82% -
XYZ 38.9 22.77 53.38 -
YUV 129.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 210 76 194 0 0.64 0.08 0.18 307.16 0.6 0.56
Hex D2 4C C2 0 40 8 12 133 3C 38
Octal 322 114 302 0 100 10 22 463 74 70
Binary 11010010 1001100 11000010 0 1000000 1000 10010 100110011 111100 111000

Color Harmonies of #D24CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CC2

Black with #D24CC2

Text Example


Text Example

White with #D24CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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