Html Css Color HEX #D93CBE Fuchsia

📋 copy color: '#D93CBE'

red 217 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #D93CBE

Tints of Fuchsia #D93CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.85%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 46.47%
G = 12.85%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D93CBE (or 0xD93CBE) is known color: Fuchsia. HEX triplet: D9, 3C and BE. RGB value is (217,60,190). Sum of RGB (Red+Green+Blue) = 217+60+190=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93CBE is #26C341. Grayscale: #797979. Windows color (decimal): -2540354 or 12467417. OLE color: 12467417.

HSL color Cylindrical-coordinate representation of color #D93CBE: hue angle of 310.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93CBE is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 60 190 -
CMYK 0 0.72 0.12 0.15
HSL 310.32º 0.67% 0.54% -
HSV(B) 310.32º 0.72% 0.85% -
XYZ 39.53 21.7 50.82 -
YUV 121.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 217 60 190 0 0.72 0.12 0.15 310.32 0.67 0.54
Hex D9 3C BE 0 48 C F 136 43 36
Octal 331 74 276 0 110 14 17 466 103 66
Binary 11011001 111100 10111110 0 1001000 1100 1111 100110110 1000011 110110

Color Harmonies of #D93CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93CBE

Black with #D93CBE

Text Example


Text Example

White with #D93CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93CBE; }

 p { color: rgb(217,60,190); }

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

background-color css

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

 a { background-color: rgb(217,60,190); }

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

border-color css

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

 span { border-color: rgb(217,60,190); }

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