Html Css Color HEX #D95CB2 Fuchsia

📋 copy color: '#D95CB2'

red 217 ◦ green 92 ◦ blue 178

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

Shades of Fuchsia #D95CB2

Tints of Fuchsia #D95CB2

RGB

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

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

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

R = 44.56%
G = 18.89%
B = 36.55%

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

#D95CB2 (or 0xD95CB2) is known color: Fuchsia. HEX triplet: D9, 5C and B2. RGB value is (217,92,178). Sum of RGB (Red+Green+Blue) = 217+92+178=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95CB2 is #26A34D. Grayscale: #8A8A8A. Windows color (decimal): -2532174 or 11689177. OLE color: 11689177.

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

Color convert

RGB 217 92 178 -
CMYK 0 0.58 0.18 0.15
HSL 318.72º 0.62% 0.61% -
HSV(B) 318.72º 0.58% 0.85% -
XYZ 40.48 25.62 44.93 -
YUV 139.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 217 92 178 0 0.58 0.18 0.15 318.72 0.62 0.61
Hex D9 5C B2 0 3A 12 F 13F 3E 3D
Octal 331 134 262 0 72 22 17 477 76 75
Binary 11011001 1011100 10110010 0 111010 10010 1111 100111111 111110 111101

Color Harmonies of #D95CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95CB2

Black with #D95CB2

Text Example


Text Example

White with #D95CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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