Html Css Color HEX #D231BC Fuchsia

📋 copy color: '#D231BC'

red 210 ◦ green 49 ◦ blue 188

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

Shades of Fuchsia #D231BC

Tints of Fuchsia #D231BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.96%

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

R = 46.98%
G = 10.96%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D231BC (or 0xD231BC) is known color: Fuchsia. HEX triplet: D2, 31 and BC. RGB value is (210,49,188). Sum of RGB (Red+Green+Blue) = 210+49+188=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D231BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231BC is #2DCE43. Grayscale: #707070. Windows color (decimal): -3001924 or 12333522. OLE color: 12333522.

HSL color Cylindrical-coordinate representation of color #D231BC: hue angle of 308.2º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231BC is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 188 -
CMYK 0 0.77 0.10 0.18
HSL 308.2º 0.64% 0.51% -
HSV(B) 308.2º 0.77% 0.82% -
XYZ 36.75 19.53 49.41 -
YUV 112.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 210 49 188 0 0.77 0.10 0.18 308.2 0.64 0.51
Hex D2 31 BC 0 4D A 12 134 40 33
Octal 322 61 274 0 115 12 22 464 100 63
Binary 11010010 110001 10111100 0 1001101 1010 10010 100110100 1000000 110011

Color Harmonies of #D231BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231BC

Black with #D231BC

Text Example


Text Example

White with #D231BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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