Html Css Color HEX #D250B2 Fuchsia

📋 copy color: '#D250B2'

red 210 ◦ green 80 ◦ blue 178

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

Shades of Fuchsia #D250B2

Tints of Fuchsia #D250B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 44.87%
G = 17.09%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D250B2 (or 0xD250B2) is known color: Fuchsia. HEX triplet: D2, 50 and B2. RGB value is (210,80,178). Sum of RGB (Red+Green+Blue) = 210+80+178=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D250B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D250B2 is #2DAF4D. Grayscale: #818181. Windows color (decimal): -2993998 or 11686098. OLE color: 11686098.

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

Color convert

RGB 210 80 178 -
CMYK 0 0.62 0.15 0.18
HSL 314.77º 0.59% 0.57% -
HSV(B) 314.77º 0.62% 0.82% -
XYZ 37.48 22.65 44.52 -
YUV 130.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 210 80 178 0 0.62 0.15 0.18 314.77 0.59 0.57
Hex D2 50 B2 0 3E F 12 13B 3B 39
Octal 322 120 262 0 76 17 22 473 73 71
Binary 11010010 1010000 10110010 0 111110 1111 10010 100111011 111011 111001

Color Harmonies of #D250B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250B2

Black with #D250B2

Text Example


Text Example

White with #D250B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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