Html Css Color HEX #D75CB2 Fuchsia

📋 copy color: '#D75CB2'

red 215 ◦ green 92 ◦ blue 178

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

Shades of Fuchsia #D75CB2

Tints of Fuchsia #D75CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 44.33%
G = 18.97%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D75CB2 (or 0xD75CB2) is known color: Fuchsia. HEX triplet: D7, 5C and B2. RGB value is (215,92,178). Sum of RGB (Red+Green+Blue) = 215+92+178=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75CB2 is #28A34D. Grayscale: #8A8A8A. Windows color (decimal): -2663246 or 11689175. OLE color: 11689175.

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

Color convert

RGB 215 92 178 -
CMYK 0 0.57 0.17 0.16
HSL 318.05º 0.61% 0.6% -
HSV(B) 318.05º 0.57% 0.84% -
XYZ 39.89 25.32 44.9 -
YUV 138.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 215 92 178 0 0.57 0.17 0.16 318.05 0.61 0.6
Hex D7 5C B2 0 39 11 10 13E 3D 3C
Octal 327 134 262 0 71 21 20 476 75 74
Binary 11010111 1011100 10110010 0 111001 10001 10000 100111110 111101 111100

Color Harmonies of #D75CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75CB2

Black with #D75CB2

Text Example


Text Example

White with #D75CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75CB2; }

 p { color: rgb(215,92,178); }

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

background-color css

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

 a { background-color: rgb(215,92,178); }

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

border-color css

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

 span { border-color: rgb(215,92,178); }

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