Html Css Color HEX #D752BB Fuchsia

📋 copy color: '#D752BB'

red 215 ◦ green 82 ◦ blue 187

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

Shades of Fuchsia #D752BB

Tints of Fuchsia #D752BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 44.42%
G = 16.94%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D752BB (or 0xD752BB) is known color: Fuchsia. HEX triplet: D7, 52 and BB. RGB value is (215,82,187). Sum of RGB (Red+Green+Blue) = 215+82+187=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D752BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752BB is #28AD44. Grayscale: #858585. Windows color (decimal): -2665797 or 12276439. OLE color: 12276439.

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

Color convert

RGB 215 82 187 -
CMYK 0 0.62 0.13 0.16
HSL 312.63º 0.62% 0.58% -
HSV(B) 312.63º 0.62% 0.84% -
XYZ 40.01 24.07 49.55 -
YUV 133.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 215 82 187 0 0.62 0.13 0.16 312.63 0.62 0.58
Hex D7 52 BB 0 3E D 10 139 3E 3A
Octal 327 122 273 0 76 15 20 471 76 72
Binary 11010111 1010010 10111011 0 111110 1101 10000 100111001 111110 111010

Color Harmonies of #D752BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752BB

Black with #D752BB

Text Example


Text Example

White with #D752BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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