Html Css Color HEX #D254C4 Fuchsia

📋 copy color: '#D254C4'

red 210 ◦ green 84 ◦ blue 196

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

Shades of Fuchsia #D254C4

Tints of Fuchsia #D254C4

RGB

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

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

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

R = 42.86%
G = 17.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D254C4 (or 0xD254C4) is known color: Fuchsia. HEX triplet: D2, 54 and C4. RGB value is (210,84,196). Sum of RGB (Red+Green+Blue) = 210+84+196=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D254C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254C4 is #2DAB3B. Grayscale: #868686. Windows color (decimal): -2992956 or 12866770. OLE color: 12866770.

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

Color convert

RGB 210 84 196 -
CMYK 0 0.6 0.07 0.18
HSL 306.67º 0.58% 0.58% -
HSV(B) 306.67º 0.6% 0.82% -
XYZ 39.71 24.03 54.77 -
YUV 134.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 210 84 196 0 0.6 0.07 0.18 306.67 0.58 0.58
Hex D2 54 C4 0 3C 7 12 133 3A 3A
Octal 322 124 304 0 74 7 22 463 72 72
Binary 11010010 1010100 11000100 0 111100 111 10010 100110011 111010 111010

Color Harmonies of #D254C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254C4

Black with #D254C4

Text Example


Text Example

White with #D254C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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