Html Css Color HEX #D250CE Fuchsia

📋 copy color: '#D250CE'

red 210 ◦ green 80 ◦ blue 206

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

Shades of Fuchsia #D250CE

Tints of Fuchsia #D250CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 42.34%
G = 16.13%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D250CE (or 0xD250CE) is known color: Fuchsia. HEX triplet: D2, 50 and CE. RGB value is (210,80,206). Sum of RGB (Red+Green+Blue) = 210+80+206=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D250CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250CE is #2DAF31. Grayscale: #848484. Windows color (decimal): -2993970 or 13521106. OLE color: 13521106.

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

Color convert

RGB 210 80 206 -
CMYK 0 0.62 0.02 0.18
HSL 301.85º 0.59% 0.57% -
HSV(B) 301.85º 0.62% 0.82% -
XYZ 40.59 23.9 60.87 -
YUV 133.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 210 80 206 0 0.62 0.02 0.18 301.85 0.59 0.57
Hex D2 50 CE 0 3E 2 12 12E 3B 39
Octal 322 120 316 0 76 2 22 456 73 71
Binary 11010010 1010000 11001110 0 111110 10 10010 100101110 111011 111001

Color Harmonies of #D250CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250CE

Black with #D250CE

Text Example


Text Example

White with #D250CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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