Html Css Color HEX #D95CB8 Fuchsia

📋 copy color: '#D95CB8'

red 217 ◦ green 92 ◦ blue 184

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

Shades of Fuchsia #D95CB8

Tints of Fuchsia #D95CB8

RGB

 RED value IS 217 (85.16% from 255) = 44.02%

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

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 44.02%
G = 18.66%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D95CB8 (or 0xD95CB8) is known color: Fuchsia. HEX triplet: D9, 5C and B8. RGB value is (217,92,184). Sum of RGB (Red+Green+Blue) = 217+92+184=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CB8 is #26A347. Grayscale: #8B8B8B. Windows color (decimal): -2532168 or 12082393. OLE color: 12082393.

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

Color convert

RGB 217 92 184 -
CMYK 0 0.58 0.15 0.15
HSL 315.84º 0.62% 0.61% -
HSV(B) 315.84º 0.58% 0.85% -
XYZ 41.09 25.87 48.17 -
YUV 139.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 217 92 184 0 0.58 0.15 0.15 315.84 0.62 0.61
Hex D9 5C B8 0 3A F F 13C 3E 3D
Octal 331 134 270 0 72 17 17 474 76 75
Binary 11011001 1011100 10111000 0 111010 1111 1111 100111100 111110 111101

Color Harmonies of #D95CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95CB8

Black with #D95CB8

Text Example


Text Example

White with #D95CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95CB8; }

 p { color: rgb(217,92,184); }

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

background-color css

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

 a { background-color: rgb(217,92,184); }

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

border-color css

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

 span { border-color: rgb(217,92,184); }

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