Html Css Color HEX #D250B5 Fuchsia

📋 copy color: '#D250B5'

red 210 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #D250B5

Tints of Fuchsia #D250B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 44.59%
G = 16.99%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D250B5 (or 0xD250B5) is known color: Fuchsia. HEX triplet: D2, 50 and B5. RGB value is (210,80,181). Sum of RGB (Red+Green+Blue) = 210+80+181=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D250B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250B5 is #2DAF4A. Grayscale: #828282. Windows color (decimal): -2993995 or 11882706. OLE color: 11882706.

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

Color convert

RGB 210 80 181 -
CMYK 0 0.62 0.14 0.18
HSL 313.38º 0.59% 0.57% -
HSV(B) 313.38º 0.62% 0.82% -
XYZ 37.79 22.78 46.12 -
YUV 130.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 210 80 181 0 0.62 0.14 0.18 313.38 0.59 0.57
Hex D2 50 B5 0 3E E 12 139 3B 39
Octal 322 120 265 0 76 16 22 471 73 71
Binary 11010010 1010000 10110101 0 111110 1110 10010 100111001 111011 111001

Color Harmonies of #D250B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250B5

Black with #D250B5

Text Example


Text Example

White with #D250B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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