Html Css Color HEX #D258C9 Fuchsia

📋 copy color: '#D258C9'

red 210 ◦ green 88 ◦ blue 201

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

Shades of Fuchsia #D258C9

Tints of Fuchsia #D258C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.28%

R = 42.08%
G = 17.64%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D258C9 (or 0xD258C9) is known color: Fuchsia. HEX triplet: D2, 58 and C9. RGB value is (210,88,201). Sum of RGB (Red+Green+Blue) = 210+88+201=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D258C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258C9 is #2DA736. Grayscale: #898989. Windows color (decimal): -2991927 or 13195474. OLE color: 13195474.

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

Color convert

RGB 210 88 201 -
CMYK 0 0.58 0.04 0.18
HSL 304.43º 0.58% 0.58% -
HSV(B) 304.43º 0.58% 0.82% -
XYZ 40.61 24.9 57.92 -
YUV 137.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 210 88 201 0 0.58 0.04 0.18 304.43 0.58 0.58
Hex D2 58 C9 0 3A 4 12 130 3A 3A
Octal 322 130 311 0 72 4 22 460 72 72
Binary 11010010 1011000 11001001 0 111010 100 10010 100110000 111010 111010

Color Harmonies of #D258C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258C9

Black with #D258C9

Text Example


Text Example

White with #D258C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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