Html Css Color HEX #D165B5 Fuchsia

📋 copy color: '#D165B5'

red 209 ◦ green 101 ◦ blue 181

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

Shades of Fuchsia #D165B5

Tints of Fuchsia #D165B5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.57%

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 42.57%
G = 20.57%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D165B5 (or 0xD165B5) is known color: Fuchsia. HEX triplet: D1, 65 and B5. RGB value is (209,101,181). Sum of RGB (Red+Green+Blue) = 209+101+181=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D165B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165B5 is #2E9A4A. Grayscale: #8E8E8E. Windows color (decimal): -3054155 or 11888081. OLE color: 11888081.

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

Color convert

RGB 209 101 181 -
CMYK 0 0.52 0.13 0.18
HSL 315.56º 0.54% 0.61% -
HSV(B) 315.56º 0.52% 0.82% -
XYZ 39.29 26.2 46.7 -
YUV 142.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 209 101 181 0 0.52 0.13 0.18 315.56 0.54 0.61
Hex D1 65 B5 0 34 D 12 13C 36 3D
Octal 321 145 265 0 64 15 22 474 66 75
Binary 11010001 1100101 10110101 0 110100 1101 10010 100111100 110110 111101

Color Harmonies of #D165B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165B5

Black with #D165B5

Text Example


Text Example

White with #D165B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165B5; }

 p { color: rgb(209,101,181); }

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

background-color css

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

 a { background-color: rgb(209,101,181); }

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

border-color css

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

 span { border-color: rgb(209,101,181); }

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