Html Css Color HEX #D250B1 Fuchsia

📋 copy color: '#D250B1'

red 210 ◦ green 80 ◦ blue 177

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

Shades of Fuchsia #D250B1

Tints of Fuchsia #D250B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.9%

R = 44.97%
G = 17.13%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D250B1 (or 0xD250B1) is known color: Fuchsia. HEX triplet: D2, 50 and B1. RGB value is (210,80,177). Sum of RGB (Red+Green+Blue) = 210+80+177=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D250B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D250B1 is #2DAF4E. Grayscale: #818181. Windows color (decimal): -2993999 or 11620562. OLE color: 11620562.

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

Color convert

RGB 210 80 177 -
CMYK 0 0.62 0.16 0.18
HSL 315.23º 0.59% 0.57% -
HSV(B) 315.23º 0.62% 0.82% -
XYZ 37.38 22.61 43.99 -
YUV 129.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 210 80 177 0 0.62 0.16 0.18 315.23 0.59 0.57
Hex D2 50 B1 0 3E 10 12 13B 3B 39
Octal 322 120 261 0 76 20 22 473 73 71
Binary 11010010 1010000 10110001 0 111110 10000 10010 100111011 111011 111001

Color Harmonies of #D250B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250B1

Black with #D250B1

Text Example


Text Example

White with #D250B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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