Html Css Color HEX #D753C1 Fuchsia

📋 copy color: '#D753C1'

red 215 ◦ green 83 ◦ blue 193

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

Shades of Fuchsia #D753C1

Tints of Fuchsia #D753C1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.9%

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

R = 43.79%
G = 16.9%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D753C1 (or 0xD753C1) is known color: Fuchsia. HEX triplet: D7, 53 and C1. RGB value is (215,83,193). Sum of RGB (Red+Green+Blue) = 215+83+193=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D753C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753C1 is #28AC3E. Grayscale: #868686. Windows color (decimal): -2665535 or 12669911. OLE color: 12669911.

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

Color convert

RGB 215 83 193 -
CMYK 0 0.61 0.10 0.16
HSL 310º 0.62% 0.58% -
HSV(B) 310º 0.61% 0.84% -
XYZ 40.74 24.48 53.03 -
YUV 135.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 215 83 193 0 0.61 0.10 0.16 310 0.62 0.58
Hex D7 53 C1 0 3D A 10 136 3E 3A
Octal 327 123 301 0 75 12 20 466 76 72
Binary 11010111 1010011 11000001 0 111101 1010 10000 100110110 111110 111010

Color Harmonies of #D753C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D753C1

Black with #D753C1

Text Example


Text Example

White with #D753C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D753C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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