Html Css Color HEX #D765B5 Fuchsia

📋 copy color: '#D765B5'

red 215 ◦ green 101 ◦ blue 181

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

Shades of Fuchsia #D765B5

Tints of Fuchsia #D765B5

RGB

 RED value IS 215 (84.38% from 255) = 43.26%

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

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

R = 43.26%
G = 20.32%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D765B5 (or 0xD765B5) is known color: Fuchsia. HEX triplet: D7, 65 and B5. RGB value is (215,101,181). Sum of RGB (Red+Green+Blue) = 215+101+181=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D765B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765B5 is #289A4A. Grayscale: #909090. Windows color (decimal): -2660939 or 11888087. OLE color: 11888087.

HSL color Cylindrical-coordinate representation of color #D765B5: hue angle of 317.89º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D765B5 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 181 -
CMYK 0 0.53 0.16 0.16
HSL 317.89º 0.59% 0.62% -
HSV(B) 317.89º 0.53% 0.84% -
XYZ 41.02 27.09 46.78 -
YUV 144.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 215 101 181 0 0.53 0.16 0.16 317.89 0.59 0.62
Hex D7 65 B5 0 35 10 10 13E 3B 3E
Octal 327 145 265 0 65 20 20 476 73 76
Binary 11010111 1100101 10110101 0 110101 10000 10000 100111110 111011 111110

Color Harmonies of #D765B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D765B5

Black with #D765B5

Text Example


Text Example

White with #D765B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D765B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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