Html Css Color HEX #D250BB Fuchsia

📋 copy color: '#D250BB'

red 210 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #D250BB

Tints of Fuchsia #D250BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 44.03%
G = 16.77%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D250BB (or 0xD250BB) is known color: Fuchsia. HEX triplet: D2, 50 and BB. RGB value is (210,80,187). Sum of RGB (Red+Green+Blue) = 210+80+187=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D250BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250BB is #2DAF44. Grayscale: #828282. Windows color (decimal): -2993989 or 12275922. OLE color: 12275922.

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

Color convert

RGB 210 80 187 -
CMYK 0 0.62 0.11 0.18
HSL 310.62º 0.59% 0.57% -
HSV(B) 310.62º 0.62% 0.82% -
XYZ 38.42 23.03 49.43 -
YUV 131.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 210 80 187 0 0.62 0.11 0.18 310.62 0.59 0.57
Hex D2 50 BB 0 3E B 12 137 3B 39
Octal 322 120 273 0 76 13 22 467 73 71
Binary 11010010 1010000 10111011 0 111110 1011 10010 100110111 111011 111001

Color Harmonies of #D250BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250BB

Black with #D250BB

Text Example


Text Example

White with #D250BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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