Html Css Color HEX #D258C5 Fuchsia

📋 copy color: '#D258C5'

red 210 ◦ green 88 ◦ blue 197

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

Shades of Fuchsia #D258C5

Tints of Fuchsia #D258C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 42.42%
G = 17.78%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D258C5 (or 0xD258C5) is known color: Fuchsia. HEX triplet: D2, 58 and C5. RGB value is (210,88,197). Sum of RGB (Red+Green+Blue) = 210+88+197=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D258C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258C5 is #2DA73A. Grayscale: #888888. Windows color (decimal): -2991931 or 12933330. OLE color: 12933330.

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

Color convert

RGB 210 88 197 -
CMYK 0 0.58 0.06 0.18
HSL 306.39º 0.58% 0.58% -
HSV(B) 306.39º 0.58% 0.82% -
XYZ 40.15 24.71 55.48 -
YUV 136.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 210 88 197 0 0.58 0.06 0.18 306.39 0.58 0.58
Hex D2 58 C5 0 3A 6 12 132 3A 3A
Octal 322 130 305 0 72 6 22 462 72 72
Binary 11010010 1011000 11000101 0 111010 110 10010 100110010 111010 111010

Color Harmonies of #D258C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258C5

Black with #D258C5

Text Example


Text Example

White with #D258C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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