Html Css Color HEX #D25BB4 Fuchsia

📋 copy color: '#D25BB4'

red 210 ◦ green 91 ◦ blue 180

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

Shades of Fuchsia #D25BB4

Tints of Fuchsia #D25BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 43.66%
G = 18.92%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D25BB4 (or 0xD25BB4) is known color: Fuchsia. HEX triplet: D2, 5B and B4. RGB value is (210,91,180). Sum of RGB (Red+Green+Blue) = 210+91+180=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BB4 is #2DA44B. Grayscale: #888888. Windows color (decimal): -2991180 or 11819986. OLE color: 11819986.

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

Color convert

RGB 210 91 180 -
CMYK 0 0.57 0.14 0.18
HSL 315.13º 0.57% 0.59% -
HSV(B) 315.13º 0.57% 0.82% -
XYZ 38.56 24.48 45.87 -
YUV 136.73 152.42 180.26 -
System Red Green Blue C M Y K H S L
Decimal 210 91 180 0 0.57 0.14 0.18 315.13 0.57 0.59
Hex D2 5B B4 0 39 E 12 13B 39 3B
Octal 322 133 264 0 71 16 22 473 71 73
Binary 11010010 1011011 10110100 0 111001 1110 10010 100111011 111001 111011

Color Harmonies of #D25BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25BB4

Black with #D25BB4

Text Example


Text Example

White with #D25BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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