Html Css Color HEX #D250BC Fuchsia

📋 copy color: '#D250BC'

red 210 ◦ green 80 ◦ blue 188

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

Shades of Fuchsia #D250BC

Tints of Fuchsia #D250BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 43.93%
G = 16.74%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D250BC (or 0xD250BC) is known color: Fuchsia. HEX triplet: D2, 50 and BC. RGB value is (210,80,188). Sum of RGB (Red+Green+Blue) = 210+80+188=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D250BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250BC is #2DAF43. Grayscale: #828282. Windows color (decimal): -2993988 or 12341458. OLE color: 12341458.

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

Color convert

RGB 210 80 188 -
CMYK 0 0.62 0.10 0.18
HSL 310.15º 0.59% 0.57% -
HSV(B) 310.15º 0.62% 0.82% -
XYZ 38.52 23.07 50 -
YUV 131.18 160.07 184.22 -
System Red Green Blue C M Y K H S L
Decimal 210 80 188 0 0.62 0.10 0.18 310.15 0.59 0.57
Hex D2 50 BC 0 3E A 12 136 3B 39
Octal 322 120 274 0 76 12 22 466 73 71
Binary 11010010 1010000 10111100 0 111110 1010 10010 100110110 111011 111001

Color Harmonies of #D250BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250BC

Black with #D250BC

Text Example


Text Example

White with #D250BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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