Html Css Color HEX #D95CBA Fuchsia

📋 copy color: '#D95CBA'

red 217 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #D95CBA

Tints of Fuchsia #D95CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 43.84%
G = 18.59%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D95CBA (or 0xD95CBA) is known color: Fuchsia. HEX triplet: D9, 5C and BA. RGB value is (217,92,186). Sum of RGB (Red+Green+Blue) = 217+92+186=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CBA is #26A345. Grayscale: #8B8B8B. Windows color (decimal): -2532166 or 12213465. OLE color: 12213465.

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

Color convert

RGB 217 92 186 -
CMYK 0 0.58 0.14 0.15
HSL 314.88º 0.62% 0.61% -
HSV(B) 314.88º 0.58% 0.85% -
XYZ 41.31 25.95 49.29 -
YUV 140.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 217 92 186 0 0.58 0.14 0.15 314.88 0.62 0.61
Hex D9 5C BA 0 3A E F 13B 3E 3D
Octal 331 134 272 0 72 16 17 473 76 75
Binary 11011001 1011100 10111010 0 111010 1110 1111 100111011 111110 111101

Color Harmonies of #D95CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95CBA

Black with #D95CBA

Text Example


Text Example

White with #D95CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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