Html Css Color HEX #D75CBB Fuchsia

📋 copy color: '#D75CBB'

red 215 ◦ green 92 ◦ blue 187

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

Shades of Fuchsia #D75CBB

Tints of Fuchsia #D75CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 43.52%
G = 18.62%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D75CBB (or 0xD75CBB) is known color: Fuchsia. HEX triplet: D7, 5C and BB. RGB value is (215,92,187). Sum of RGB (Red+Green+Blue) = 215+92+187=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CBB is #28A344. Grayscale: #8B8B8B. Windows color (decimal): -2663237 or 12278999. OLE color: 12278999.

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

Color convert

RGB 215 92 187 -
CMYK 0 0.57 0.13 0.16
HSL 313.66º 0.61% 0.6% -
HSV(B) 313.66º 0.57% 0.84% -
XYZ 40.82 25.69 49.82 -
YUV 139.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 215 92 187 0 0.57 0.13 0.16 313.66 0.61 0.6
Hex D7 5C BB 0 39 D 10 13A 3D 3C
Octal 327 134 273 0 71 15 20 472 75 74
Binary 11010111 1011100 10111011 0 111001 1101 10000 100111010 111101 111100

Color Harmonies of #D75CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75CBB

Black with #D75CBB

Text Example


Text Example

White with #D75CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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