Html Css Color HEX #D153C0 Fuchsia

📋 copy color: '#D153C0'

red 209 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #D153C0

Tints of Fuchsia #D153C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.67%

R = 43.18%
G = 17.15%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D153C0 (or 0xD153C0) is known color: Fuchsia. HEX triplet: D1, 53 and C0. RGB value is (209,83,192). Sum of RGB (Red+Green+Blue) = 209+83+192=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D153C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153C0 is #2EAC3F. Grayscale: #848484. Windows color (decimal): -3058752 or 12604369. OLE color: 12604369.

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

Color convert

RGB 209 83 192 -
CMYK 0 0.60 0.08 0.18
HSL 308.1º 0.58% 0.57% -
HSV(B) 308.1º 0.6% 0.82% -
XYZ 38.9 23.55 52.36 -
YUV 133.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 209 83 192 0 0.60 0.08 0.18 308.1 0.58 0.57
Hex D1 53 C0 0 3C 8 12 134 3A 39
Octal 321 123 300 0 74 10 22 464 72 71
Binary 11010001 1010011 11000000 0 111100 1000 10010 100110100 111010 111001

Color Harmonies of #D153C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153C0

Black with #D153C0

Text Example


Text Example

White with #D153C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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