Html Css Color HEX #D153C9 Fuchsia

📋 copy color: '#D153C9'

red 209 ◦ green 83 ◦ blue 201

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

Shades of Fuchsia #D153C9

Tints of Fuchsia #D153C9

RGB

 RED value IS 209 (82.03% from 255) = 42.39%

 GREEN value IS 83 (32.81% from 255) = 16.84%

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

R = 42.39%
G = 16.84%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D153C9 (or 0xD153C9) is known color: Fuchsia. HEX triplet: D1, 53 and C9. RGB value is (209,83,201). Sum of RGB (Red+Green+Blue) = 209+83+201=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D153C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153C9 is #2EAC36. Grayscale: #858585. Windows color (decimal): -3058743 or 13194193. OLE color: 13194193.

HSL color Cylindrical-coordinate representation of color #D153C9: hue angle of 303.81º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D153C9 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 201 -
CMYK 0 0.60 0.04 0.18
HSL 303.81º 0.58% 0.57% -
HSV(B) 303.81º 0.6% 0.82% -
XYZ 39.93 23.96 57.78 -
YUV 134.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 209 83 201 0 0.60 0.04 0.18 303.81 0.58 0.57
Hex D1 53 C9 0 3C 4 12 130 3A 39
Octal 321 123 311 0 74 4 22 460 72 71
Binary 11010001 1010011 11001001 0 111100 100 10010 100110000 111010 111001

Color Harmonies of #D153C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153C9

Black with #D153C9

Text Example


Text Example

White with #D153C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153C9; }

 p { color: rgb(209,83,201); }

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

background-color css

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

 a { background-color: rgb(209,83,201); }

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

border-color css

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

 span { border-color: rgb(209,83,201); }

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