Html Css Color HEX #D153B6 Fuchsia

📋 copy color: '#D153B6'

red 209 ◦ green 83 ◦ blue 182

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

Shades of Fuchsia #D153B6

Tints of Fuchsia #D153B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.4%

R = 44.09%
G = 17.51%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D153B6 (or 0xD153B6) is known color: Fuchsia. HEX triplet: D1, 53 and B6. RGB value is (209,83,182). Sum of RGB (Red+Green+Blue) = 209+83+182=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D153B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153B6 is #2EAC49. Grayscale: #838383. Windows color (decimal): -3058762 or 11949009. OLE color: 11949009.

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

Color convert

RGB 209 83 182 -
CMYK 0 0.60 0.13 0.18
HSL 312.86º 0.58% 0.57% -
HSV(B) 312.86º 0.6% 0.82% -
XYZ 37.83 23.12 46.72 -
YUV 131.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 209 83 182 0 0.60 0.13 0.18 312.86 0.58 0.57
Hex D1 53 B6 0 3C D 12 139 3A 39
Octal 321 123 266 0 74 15 22 471 72 71
Binary 11010001 1010011 10110110 0 111100 1101 10010 100111001 111010 111001

Color Harmonies of #D153B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153B6

Black with #D153B6

Text Example


Text Example

White with #D153B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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