Html Css Color HEX #D258B5 Fuchsia

📋 copy color: '#D258B5'

red 210 ◦ green 88 ◦ blue 181

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

Shades of Fuchsia #D258B5

Tints of Fuchsia #D258B5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.37%

 BLUE value IS 181 (71.09% from 255) = 37.79%

R = 43.84%
G = 18.37%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D258B5 (or 0xD258B5) is known color: Fuchsia. HEX triplet: D2, 58 and B5. RGB value is (210,88,181). Sum of RGB (Red+Green+Blue) = 210+88+181=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D258B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258B5 is #2DA74A. Grayscale: #868686. Windows color (decimal): -2991947 or 11884754. OLE color: 11884754.

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

Color convert

RGB 210 88 181 -
CMYK 0 0.58 0.14 0.18
HSL 314.26º 0.58% 0.58% -
HSV(B) 314.26º 0.58% 0.82% -
XYZ 38.41 24.02 46.33 -
YUV 135.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 210 88 181 0 0.58 0.14 0.18 314.26 0.58 0.58
Hex D2 58 B5 0 3A E 12 13A 3A 3A
Octal 322 130 265 0 72 16 22 472 72 72
Binary 11010010 1011000 10110101 0 111010 1110 10010 100111010 111010 111010

Color Harmonies of #D258B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258B5

Black with #D258B5

Text Example


Text Example

White with #D258B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258B5; }

 p { color: rgb(210,88,181); }

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

background-color css

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

 a { background-color: rgb(210,88,181); }

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

border-color css

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

 span { border-color: rgb(210,88,181); }

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