Html Css Color HEX #D239C5 Fuchsia

📋 copy color: '#D239C5'

red 210 ◦ green 57 ◦ blue 197

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

Shades of Fuchsia #D239C5

Tints of Fuchsia #D239C5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.28%

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

R = 45.26%
G = 12.28%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D239C5 (or 0xD239C5) is known color: Fuchsia. HEX triplet: D2, 39 and C5. RGB value is (210,57,197). Sum of RGB (Red+Green+Blue) = 210+57+197=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D239C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239C5 is #2DC63A. Grayscale: #767676. Windows color (decimal): -2999867 or 12925394. OLE color: 12925394.

HSL color Cylindrical-coordinate representation of color #D239C5: hue angle of 305.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D239C5 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 197 -
CMYK 0 0.73 0.06 0.18
HSL 305.1º 0.63% 0.52% -
HSV(B) 305.1º 0.73% 0.82% -
XYZ 38.12 20.66 54.8 -
YUV 118.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 210 57 197 0 0.73 0.06 0.18 305.1 0.63 0.52
Hex D2 39 C5 0 49 6 12 131 3F 34
Octal 322 71 305 0 111 6 22 461 77 64
Binary 11010010 111001 11000101 0 1001001 110 10010 100110001 111111 110100

Color Harmonies of #D239C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D239C5

Black with #D239C5

Text Example


Text Example

White with #D239C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D239C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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