Html Css Color HEX #D23FC4 Fuchsia

📋 copy color: '#D23FC4'

red 210 ◦ green 63 ◦ blue 196

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

Shades of Fuchsia #D23FC4

Tints of Fuchsia #D23FC4

RGB

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

 GREEN value IS 63 (25% from 255) = 13.43%

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 44.78%
G = 13.43%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D23FC4 (or 0xD23FC4) is known color: Fuchsia. HEX triplet: D2, 3F and C4. RGB value is (210,63,196). Sum of RGB (Red+Green+Blue) = 210+63+196=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FC4 is #2DC03B. Grayscale: #797979. Windows color (decimal): -2998332 or 12861394. OLE color: 12861394.

HSL color Cylindrical-coordinate representation of color #D23FC4: hue angle of 305.71º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23FC4 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 63 196 -
CMYK 0 0.70 0.07 0.18
HSL 305.71º 0.62% 0.54% -
HSV(B) 305.71º 0.7% 0.82% -
XYZ 38.32 21.24 54.31 -
YUV 122.12 169.7 190.69 -
System Red Green Blue C M Y K H S L
Decimal 210 63 196 0 0.70 0.07 0.18 305.71 0.62 0.54
Hex D2 3F C4 0 46 7 12 132 3E 36
Octal 322 77 304 0 106 7 22 462 76 66
Binary 11010010 111111 11000100 0 1000110 111 10010 100110010 111110 110110

Color Harmonies of #D23FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FC4

Black with #D23FC4

Text Example


Text Example

White with #D23FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FC4; }

 p { color: rgb(210,63,196); }

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

background-color css

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

 a { background-color: rgb(210,63,196); }

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

border-color css

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

 span { border-color: rgb(210,63,196); }

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