Html Css Color HEX #D254C9 Fuchsia

📋 copy color: '#D254C9'

red 210 ◦ green 84 ◦ blue 201

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

Shades of Fuchsia #D254C9

Tints of Fuchsia #D254C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.61%

R = 42.42%
G = 16.97%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D254C9 (or 0xD254C9) is known color: Fuchsia. HEX triplet: D2, 54 and C9. RGB value is (210,84,201). Sum of RGB (Red+Green+Blue) = 210+84+201=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D254C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254C9 is #2DAB36. Grayscale: #868686. Windows color (decimal): -2992951 or 13194450. OLE color: 13194450.

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

Color convert

RGB 210 84 201 -
CMYK 0 0.6 0.04 0.18
HSL 304.29º 0.58% 0.58% -
HSV(B) 304.29º 0.6% 0.82% -
XYZ 40.29 24.26 57.82 -
YUV 135.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 210 84 201 0 0.6 0.04 0.18 304.29 0.58 0.58
Hex D2 54 C9 0 3C 4 12 130 3A 3A
Octal 322 124 311 0 74 4 22 460 72 72
Binary 11010010 1010100 11001001 0 111100 100 10010 100110000 111010 111010

Color Harmonies of #D254C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254C9

Black with #D254C9

Text Example


Text Example

White with #D254C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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