Html Css Color HEX #D250C8 Fuchsia

📋 copy color: '#D250C8'

red 210 ◦ green 80 ◦ blue 200

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

Shades of Fuchsia #D250C8

Tints of Fuchsia #D250C8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.33%

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

R = 42.86%
G = 16.33%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D250C8 (or 0xD250C8) is known color: Fuchsia. HEX triplet: D2, 50 and C8. RGB value is (210,80,200). Sum of RGB (Red+Green+Blue) = 210+80+200=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D250C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250C8 is #2DAF37. Grayscale: #848484. Windows color (decimal): -2993976 or 13127890. OLE color: 13127890.

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

Color convert

RGB 210 80 200 -
CMYK 0 0.62 0.05 0.18
HSL 304.62º 0.59% 0.57% -
HSV(B) 304.62º 0.62% 0.82% -
XYZ 39.87 23.61 57.1 -
YUV 132.55 166.07 183.24 -
System Red Green Blue C M Y K H S L
Decimal 210 80 200 0 0.62 0.05 0.18 304.62 0.59 0.57
Hex D2 50 C8 0 3E 5 12 131 3B 39
Octal 322 120 310 0 76 5 22 461 73 71
Binary 11010010 1010000 11001000 0 111110 101 10010 100110001 111011 111001

Color Harmonies of #D250C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250C8

Black with #D250C8

Text Example


Text Example

White with #D250C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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