Html Css Color HEX #D757B5 Fuchsia

📋 copy color: '#D757B5'

red 215 ◦ green 87 ◦ blue 181

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

Shades of Fuchsia #D757B5

Tints of Fuchsia #D757B5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.01%

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

R = 44.51%
G = 18.01%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D757B5 (or 0xD757B5) is known color: Fuchsia. HEX triplet: D7, 57 and B5. RGB value is (215,87,181). Sum of RGB (Red+Green+Blue) = 215+87+181=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D757B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D757B5 is #28A84A. Grayscale: #878787. Windows color (decimal): -2664523 or 11884503. OLE color: 11884503.

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

Color convert

RGB 215 87 181 -
CMYK 0 0.60 0.16 0.16
HSL 315.94º 0.62% 0.59% -
HSV(B) 315.94º 0.6% 0.84% -
XYZ 39.77 24.6 46.37 -
YUV 135.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 215 87 181 0 0.60 0.16 0.16 315.94 0.62 0.59
Hex D7 57 B5 0 3C 10 10 13C 3E 3B
Octal 327 127 265 0 74 20 20 474 76 73
Binary 11010111 1010111 10110101 0 111100 10000 10000 100111100 111110 111011

Color Harmonies of #D757B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D757B5

Black with #D757B5

Text Example


Text Example

White with #D757B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D757B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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