Html Css Color HEX #D95CB1 Fuchsia

📋 copy color: '#D95CB1'

red 217 ◦ green 92 ◦ blue 177

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

Shades of Fuchsia #D95CB1

Tints of Fuchsia #D95CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.42%

R = 44.65%
G = 18.93%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D95CB1 (or 0xD95CB1) is known color: Fuchsia. HEX triplet: D9, 5C and B1. RGB value is (217,92,177). Sum of RGB (Red+Green+Blue) = 217+92+177=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95CB1 is #26A34E. Grayscale: #8A8A8A. Windows color (decimal): -2532175 or 11623641. OLE color: 11623641.

HSL color Cylindrical-coordinate representation of color #D95CB1: hue angle of 319.2º 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 #D95CB1 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 92 177 -
CMYK 0 0.58 0.18 0.15
HSL 319.2º 0.62% 0.61% -
HSV(B) 319.2º 0.58% 0.85% -
XYZ 40.38 25.58 44.4 -
YUV 139.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 217 92 177 0 0.58 0.18 0.15 319.2 0.62 0.61
Hex D9 5C B1 0 3A 12 F 13F 3E 3D
Octal 331 134 261 0 72 22 17 477 76 75
Binary 11011001 1011100 10110001 0 111010 10010 1111 100111111 111110 111101

Color Harmonies of #D95CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95CB1

Black with #D95CB1

Text Example


Text Example

White with #D95CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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