Html Css Color HEX #D254C8 Fuchsia

📋 copy color: '#D254C8'

red 210 ◦ green 84 ◦ blue 200

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

Shades of Fuchsia #D254C8

Tints of Fuchsia #D254C8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17%

 BLUE value IS 200 (78.52% from 255) = 40.49%

R = 42.51%
G = 17%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D254C8 (or 0xD254C8) is known color: Fuchsia. HEX triplet: D2, 54 and C8. RGB value is (210,84,200). Sum of RGB (Red+Green+Blue) = 210+84+200=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D254C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254C8 is #2DAB37. Grayscale: #868686. Windows color (decimal): -2992952 or 13128914. OLE color: 13128914.

HSL color Cylindrical-coordinate representation of color #D254C8: hue angle of 304.76º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D254C8 is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 84 200 -
CMYK 0 0.6 0.05 0.18
HSL 304.76º 0.58% 0.58% -
HSV(B) 304.76º 0.6% 0.82% -
XYZ 40.17 24.21 57.2 -
YUV 134.9 164.74 181.57 -
System Red Green Blue C M Y K H S L
Decimal 210 84 200 0 0.6 0.05 0.18 304.76 0.58 0.58
Hex D2 54 C8 0 3C 5 12 131 3A 3A
Octal 322 124 310 0 74 5 22 461 72 72
Binary 11010010 1010100 11001000 0 111100 101 10010 100110001 111010 111010

Color Harmonies of #D254C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254C8

Black with #D254C8

Text Example


Text Example

White with #D254C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254C8; }

 p { color: rgb(210,84,200); }

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

background-color css

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

 a { background-color: rgb(210,84,200); }

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

border-color css

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

 span { border-color: rgb(210,84,200); }

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