Html Css Color HEX #D251BB Fuchsia

📋 copy color: '#D251BB'

red 210 ◦ green 81 ◦ blue 187

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

Shades of Fuchsia #D251BB

Tints of Fuchsia #D251BB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.95%

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

R = 43.93%
G = 16.95%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D251BB (or 0xD251BB) is known color: Fuchsia. HEX triplet: D2, 51 and BB. RGB value is (210,81,187). Sum of RGB (Red+Green+Blue) = 210+81+187=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D251BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251BB is #2DAE44. Grayscale: #838383. Windows color (decimal): -2993733 or 12276178. OLE color: 12276178.

HSL color Cylindrical-coordinate representation of color #D251BB: hue angle of 310.7º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D251BB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 81 187 -
CMYK 0 0.61 0.11 0.18
HSL 310.7º 0.59% 0.57% -
HSV(B) 310.7º 0.61% 0.82% -
XYZ 38.49 23.17 49.46 -
YUV 131.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 210 81 187 0 0.61 0.11 0.18 310.7 0.59 0.57
Hex D2 51 BB 0 3D B 12 137 3B 39
Octal 322 121 273 0 75 13 22 467 73 71
Binary 11010010 1010001 10111011 0 111101 1011 10010 100110111 111011 111001

Color Harmonies of #D251BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251BB

Black with #D251BB

Text Example


Text Example

White with #D251BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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