Html Css Color HEX #D752BC Fuchsia

📋 copy color: '#D752BC'

red 215 ◦ green 82 ◦ blue 188

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

Shades of Fuchsia #D752BC

Tints of Fuchsia #D752BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 44.33%
G = 16.91%
B = 38.76%

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

#D752BC (or 0xD752BC) is known color: Fuchsia. HEX triplet: D7, 52 and BC. RGB value is (215,82,188). Sum of RGB (Red+Green+Blue) = 215+82+188=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D752BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752BC is #28AD43. Grayscale: #858585. Windows color (decimal): -2665796 or 12341975. OLE color: 12341975.

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

Color convert

RGB 215 82 188 -
CMYK 0 0.62 0.13 0.16
HSL 312.18º 0.62% 0.58% -
HSV(B) 312.18º 0.62% 0.84% -
XYZ 40.12 24.11 50.12 -
YUV 133.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 215 82 188 0 0.62 0.13 0.16 312.18 0.62 0.58
Hex D7 52 BC 0 3E D 10 138 3E 3A
Octal 327 122 274 0 76 15 20 470 76 72
Binary 11010111 1010010 10111100 0 111110 1101 10000 100111000 111110 111010

Color Harmonies of #D752BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752BC

Black with #D752BC

Text Example


Text Example

White with #D752BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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