Html Css Color HEX #D25FB6 Fuchsia

📋 copy color: '#D25FB6'

red 210 ◦ green 95 ◦ blue 182

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

Shades of Fuchsia #D25FB6

Tints of Fuchsia #D25FB6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 182 (71.48% from 255) = 37.37%

R = 43.12%
G = 19.51%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D25FB6 (or 0xD25FB6) is known color: Fuchsia. HEX triplet: D2, 5F and B6. RGB value is (210,95,182). Sum of RGB (Red+Green+Blue) = 210+95+182=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FB6 is #2DA049. Grayscale: #8B8B8B. Windows color (decimal): -2990154 or 11952082. OLE color: 11952082.

HSL color Cylindrical-coordinate representation of color #D25FB6: hue angle of 314.61º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25FB6 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 95 182 -
CMYK 0 0.55 0.13 0.18
HSL 314.61º 0.56% 0.6% -
HSV(B) 314.61º 0.55% 0.82% -
XYZ 39.11 25.26 47.07 -
YUV 139.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 210 95 182 0 0.55 0.13 0.18 314.61 0.56 0.6
Hex D2 5F B6 0 37 D 12 13B 38 3C
Octal 322 137 266 0 67 15 22 473 70 74
Binary 11010010 1011111 10110110 0 110111 1101 10010 100111011 111000 111100

Color Harmonies of #D25FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FB6

Black with #D25FB6

Text Example


Text Example

White with #D25FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FB6; }

 p { color: rgb(210,95,182); }

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

background-color css

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

 a { background-color: rgb(210,95,182); }

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

border-color css

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

 span { border-color: rgb(210,95,182); }

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