Html Css Color HEX #D258C7 Fuchsia

📋 copy color: '#D258C7'

red 210 ◦ green 88 ◦ blue 199

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

Shades of Fuchsia #D258C7

Tints of Fuchsia #D258C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.04%

R = 42.25%
G = 17.71%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D258C7 (or 0xD258C7) is known color: Fuchsia. HEX triplet: D2, 58 and C7. RGB value is (210,88,199). Sum of RGB (Red+Green+Blue) = 210+88+199=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D258C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258C7 is #2DA738. Grayscale: #888888. Windows color (decimal): -2991929 or 13064402. OLE color: 13064402.

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

Color convert

RGB 210 88 199 -
CMYK 0 0.58 0.05 0.18
HSL 305.41º 0.58% 0.58% -
HSV(B) 305.41º 0.58% 0.82% -
XYZ 40.38 24.8 56.69 -
YUV 137.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 210 88 199 0 0.58 0.05 0.18 305.41 0.58 0.58
Hex D2 58 C7 0 3A 5 12 131 3A 3A
Octal 322 130 307 0 72 5 22 461 72 72
Binary 11010010 1011000 11000111 0 111010 101 10010 100110001 111010 111010

Color Harmonies of #D258C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258C7

Black with #D258C7

Text Example


Text Example

White with #D258C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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