Html Css Color HEX #D752C1 Fuchsia

📋 copy color: '#D752C1'

red 215 ◦ green 82 ◦ blue 193

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

Shades of Fuchsia #D752C1

Tints of Fuchsia #D752C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 43.88%
G = 16.73%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D752C1 (or 0xD752C1) is known color: Fuchsia. HEX triplet: D7, 52 and C1. RGB value is (215,82,193). Sum of RGB (Red+Green+Blue) = 215+82+193=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D752C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752C1 is #28AD3E. Grayscale: #868686. Windows color (decimal): -2665791 or 12669655. OLE color: 12669655.

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

Color convert

RGB 215 82 193 -
CMYK 0 0.62 0.10 0.16
HSL 309.92º 0.62% 0.58% -
HSV(B) 309.92º 0.62% 0.84% -
XYZ 40.67 24.33 53.01 -
YUV 134.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 215 82 193 0 0.62 0.10 0.16 309.92 0.62 0.58
Hex D7 52 C1 0 3E A 10 136 3E 3A
Octal 327 122 301 0 76 12 20 466 76 72
Binary 11010111 1010010 11000001 0 111110 1010 10000 100110110 111110 111010

Color Harmonies of #D752C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752C1

Black with #D752C1

Text Example


Text Example

White with #D752C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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