Html Css Color HEX #D250C7 Fuchsia

📋 copy color: '#D250C7'

red 210 ◦ green 80 ◦ blue 199

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

Shades of Fuchsia #D250C7

Tints of Fuchsia #D250C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.7%

R = 42.94%
G = 16.36%
B = 40.7%

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

#D250C7 (or 0xD250C7) is known color: Fuchsia. HEX triplet: D2, 50 and C7. RGB value is (210,80,199). Sum of RGB (Red+Green+Blue) = 210+80+199=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D250C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250C7 is #2DAF38. Grayscale: #848484. Windows color (decimal): -2993977 or 13062354. OLE color: 13062354.

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

Color convert

RGB 210 80 199 -
CMYK 0 0.62 0.05 0.18
HSL 305.08º 0.59% 0.57% -
HSV(B) 305.08º 0.62% 0.82% -
XYZ 39.76 23.56 56.49 -
YUV 132.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 210 80 199 0 0.62 0.05 0.18 305.08 0.59 0.57
Hex D2 50 C7 0 3E 5 12 131 3B 39
Octal 322 120 307 0 76 5 22 461 73 71
Binary 11010010 1010000 11000111 0 111110 101 10010 100110001 111011 111001

Color Harmonies of #D250C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250C7

Black with #D250C7

Text Example


Text Example

White with #D250C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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