Html Css Color HEX #D250C6 Fuchsia

📋 copy color: '#D250C6'

red 210 ◦ green 80 ◦ blue 198

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

Shades of Fuchsia #D250C6

Tints of Fuchsia #D250C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 43.03%
G = 16.39%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D250C6 (or 0xD250C6) is known color: Fuchsia. HEX triplet: D2, 50 and C6. RGB value is (210,80,198). Sum of RGB (Red+Green+Blue) = 210+80+198=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D250C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250C6 is #2DAF39. Grayscale: #838383. Windows color (decimal): -2993978 or 12996818. OLE color: 12996818.

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

Color convert

RGB 210 80 198 -
CMYK 0 0.62 0.06 0.18
HSL 305.54º 0.59% 0.57% -
HSV(B) 305.54º 0.62% 0.82% -
XYZ 39.64 23.52 55.88 -
YUV 132.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 210 80 198 0 0.62 0.06 0.18 305.54 0.59 0.57
Hex D2 50 C6 0 3E 6 12 132 3B 39
Octal 322 120 306 0 76 6 22 462 73 71
Binary 11010010 1010000 11000110 0 111110 110 10010 100110010 111011 111001

Color Harmonies of #D250C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250C6

Black with #D250C6

Text Example


Text Example

White with #D250C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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