Html Css Color HEX #D254B3 Fuchsia

📋 copy color: '#D254B3'

red 210 ◦ green 84 ◦ blue 179

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

Shades of Fuchsia #D254B3

Tints of Fuchsia #D254B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 44.4%
G = 17.76%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D254B3 (or 0xD254B3) is known color: Fuchsia. HEX triplet: D2, 54 and B3. RGB value is (210,84,179). Sum of RGB (Red+Green+Blue) = 210+84+179=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D254B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254B3 is #2DAB4C. Grayscale: #848484. Windows color (decimal): -2992973 or 11752658. OLE color: 11752658.

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

Color convert

RGB 210 84 179 -
CMYK 0 0.6 0.15 0.18
HSL 314.76º 0.58% 0.58% -
HSV(B) 314.76º 0.6% 0.82% -
XYZ 37.89 23.3 45.15 -
YUV 132.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 210 84 179 0 0.6 0.15 0.18 314.76 0.58 0.58
Hex D2 54 B3 0 3C F 12 13B 3A 3A
Octal 322 124 263 0 74 17 22 473 72 72
Binary 11010010 1010100 10110011 0 111100 1111 10010 100111011 111010 111010

Color Harmonies of #D254B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254B3

Black with #D254B3

Text Example


Text Example

White with #D254B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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