Html Css Color HEX #D23FC7 Fuchsia

📋 copy color: '#D23FC7'

red 210 ◦ green 63 ◦ blue 199

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

Shades of Fuchsia #D23FC7

Tints of Fuchsia #D23FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 44.49%
G = 13.35%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D23FC7 (or 0xD23FC7) is known color: Fuchsia. HEX triplet: D2, 3F and C7. RGB value is (210,63,199). Sum of RGB (Red+Green+Blue) = 210+63+199=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FC7 is #2DC038. Grayscale: #7A7A7A. Windows color (decimal): -2998329 or 13058002. OLE color: 13058002.

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

Color convert

RGB 210 63 199 -
CMYK 0 0.70 0.05 0.18
HSL 304.49º 0.62% 0.54% -
HSV(B) 304.49º 0.7% 0.82% -
XYZ 38.66 21.38 56.12 -
YUV 122.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 210 63 199 0 0.70 0.05 0.18 304.49 0.62 0.54
Hex D2 3F C7 0 46 5 12 130 3E 36
Octal 322 77 307 0 106 5 22 460 76 66
Binary 11010010 111111 11000111 0 1000110 101 10010 100110000 111110 110110

Color Harmonies of #D23FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FC7

Black with #D23FC7

Text Example


Text Example

White with #D23FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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