Html Css Color HEX #D752C0 Fuchsia

📋 copy color: '#D752C0'

red 215 ◦ green 82 ◦ blue 192

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

Shades of Fuchsia #D752C0

Tints of Fuchsia #D752C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 43.97%
G = 16.77%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D752C0 (or 0xD752C0) is known color: Fuchsia. HEX triplet: D7, 52 and C0. RGB value is (215,82,192). Sum of RGB (Red+Green+Blue) = 215+82+192=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D752C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752C0 is #28AD3F. Grayscale: #868686. Windows color (decimal): -2665792 or 12604119. OLE color: 12604119.

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

Color convert

RGB 215 82 192 -
CMYK 0 0.62 0.11 0.16
HSL 310.38º 0.62% 0.58% -
HSV(B) 310.38º 0.62% 0.84% -
XYZ 40.56 24.29 52.42 -
YUV 134.31 160.56 185.56 -
System Red Green Blue C M Y K H S L
Decimal 215 82 192 0 0.62 0.11 0.16 310.38 0.62 0.58
Hex D7 52 C0 0 3E B 10 136 3E 3A
Octal 327 122 300 0 76 13 20 466 76 72
Binary 11010111 1010010 11000000 0 111110 1011 10000 100110110 111110 111010

Color Harmonies of #D752C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752C0

Black with #D752C0

Text Example


Text Example

White with #D752C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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