Html Css Color HEX #D25BB0 Fuchsia

📋 copy color: '#D25BB0'

red 210 ◦ green 91 ◦ blue 176

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

Shades of Fuchsia #D25BB0

Tints of Fuchsia #D25BB0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.08%

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 44.03%
G = 19.08%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D25BB0 (or 0xD25BB0) is known color: Fuchsia. HEX triplet: D2, 5B and B0. RGB value is (210,91,176). Sum of RGB (Red+Green+Blue) = 210+91+176=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25BB0 is #2DA44F. Grayscale: #888888. Windows color (decimal): -2991184 or 11557842. OLE color: 11557842.

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

Color convert

RGB 210 91 176 -
CMYK 0 0.57 0.16 0.18
HSL 317.14º 0.57% 0.59% -
HSV(B) 317.14º 0.57% 0.82% -
XYZ 38.16 24.32 43.76 -
YUV 136.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 210 91 176 0 0.57 0.16 0.18 317.14 0.57 0.59
Hex D2 5B B0 0 39 10 12 13D 39 3B
Octal 322 133 260 0 71 20 22 475 71 73
Binary 11010010 1011011 10110000 0 111001 10000 10010 100111101 111001 111011

Color Harmonies of #D25BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25BB0

Black with #D25BB0

Text Example


Text Example

White with #D25BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25BB0; }

 p { color: rgb(210,91,176); }

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

background-color css

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

 a { background-color: rgb(210,91,176); }

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

border-color css

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

 span { border-color: rgb(210,91,176); }

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