Html Css Color HEX #D752B7 Fuchsia

📋 copy color: '#D752B7'

red 215 ◦ green 82 ◦ blue 183

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

Shades of Fuchsia #D752B7

Tints of Fuchsia #D752B7

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.08%

 BLUE value IS 183 (71.88% from 255) = 38.13%

R = 44.79%
G = 17.08%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D752B7 (or 0xD752B7) is known color: Fuchsia. HEX triplet: D7, 52 and B7. RGB value is (215,82,183). Sum of RGB (Red+Green+Blue) = 215+82+183=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D752B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752B7 is #28AD48. Grayscale: #858585. Windows color (decimal): -2665801 or 12014295. OLE color: 12014295.

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

Color convert

RGB 215 82 183 -
CMYK 0 0.62 0.15 0.16
HSL 314.44º 0.62% 0.58% -
HSV(B) 314.44º 0.62% 0.84% -
XYZ 39.59 23.9 47.33 -
YUV 133.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 215 82 183 0 0.62 0.15 0.16 314.44 0.62 0.58
Hex D7 52 B7 0 3E F 10 13A 3E 3A
Octal 327 122 267 0 76 17 20 472 76 72
Binary 11010111 1010010 10110111 0 111110 1111 10000 100111010 111110 111010

Color Harmonies of #D752B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752B7

Black with #D752B7

Text Example


Text Example

White with #D752B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752B7; }

 p { color: rgb(215,82,183); }

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

background-color css

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

 a { background-color: rgb(215,82,183); }

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

border-color css

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

 span { border-color: rgb(215,82,183); }

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