Html Css Color HEX #D258CC Fuchsia

📋 copy color: '#D258CC'

red 210 ◦ green 88 ◦ blue 204

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

Shades of Fuchsia #D258CC

Tints of Fuchsia #D258CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 41.83%
G = 17.53%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D258CC (or 0xD258CC) is known color: Fuchsia. HEX triplet: D2, 58 and CC. RGB value is (210,88,204). Sum of RGB (Red+Green+Blue) = 210+88+204=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D258CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258CC is #2DA733. Grayscale: #898989. Windows color (decimal): -2991924 or 13392082. OLE color: 13392082.

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

Color convert

RGB 210 88 204 -
CMYK 0 0.58 0.03 0.18
HSL 302.95º 0.58% 0.58% -
HSV(B) 302.95º 0.58% 0.82% -
XYZ 40.97 25.04 59.8 -
YUV 137.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 210 88 204 0 0.58 0.03 0.18 302.95 0.58 0.58
Hex D2 58 CC 0 3A 3 12 12F 3A 3A
Octal 322 130 314 0 72 3 22 457 72 72
Binary 11010010 1011000 11001100 0 111010 11 10010 100101111 111010 111010

Color Harmonies of #D258CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258CC

Black with #D258CC

Text Example


Text Example

White with #D258CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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