Html Css Color HEX #D258B3 Fuchsia

📋 copy color: '#D258B3'

red 210 ◦ green 88 ◦ blue 179

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

Shades of Fuchsia #D258B3

Tints of Fuchsia #D258B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 44.03%
G = 18.45%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D258B3 (or 0xD258B3) is known color: Fuchsia. HEX triplet: D2, 58 and B3. RGB value is (210,88,179). Sum of RGB (Red+Green+Blue) = 210+88+179=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D258B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258B3 is #2DA74C. Grayscale: #868686. Windows color (decimal): -2991949 or 11753682. OLE color: 11753682.

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

Color convert

RGB 210 88 179 -
CMYK 0 0.58 0.15 0.18
HSL 315.25º 0.58% 0.58% -
HSV(B) 315.25º 0.58% 0.82% -
XYZ 38.2 23.94 45.25 -
YUV 134.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 210 88 179 0 0.58 0.15 0.18 315.25 0.58 0.58
Hex D2 58 B3 0 3A F 12 13B 3A 3A
Octal 322 130 263 0 72 17 22 473 72 72
Binary 11010010 1011000 10110011 0 111010 1111 10010 100111011 111010 111010

Color Harmonies of #D258B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258B3

Black with #D258B3

Text Example


Text Example

White with #D258B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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