Html Css Color HEX #D43CBE Fuchsia

📋 copy color: '#D43CBE'

red 212 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #D43CBE

Tints of Fuchsia #D43CBE

RGB

 RED value IS 212 (83.2% from 255) = 45.89%

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

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

R = 45.89%
G = 12.99%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D43CBE (or 0xD43CBE) is known color: Fuchsia. HEX triplet: D4, 3C and BE. RGB value is (212,60,190). Sum of RGB (Red+Green+Blue) = 212+60+190=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CBE is #2BC341. Grayscale: #777777. Windows color (decimal): -2868034 or 12467412. OLE color: 12467412.

HSL color Cylindrical-coordinate representation of color #D43CBE: hue angle of 308.68º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43CBE is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 60 190 -
CMYK 0 0.72 0.10 0.17
HSL 308.68º 0.64% 0.53% -
HSV(B) 308.68º 0.72% 0.83% -
XYZ 38.06 20.95 50.75 -
YUV 120.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 212 60 190 0 0.72 0.10 0.17 308.68 0.64 0.53
Hex D4 3C BE 0 48 A 11 135 40 35
Octal 324 74 276 0 110 12 21 465 100 65
Binary 11010100 111100 10111110 0 1001000 1010 10001 100110101 1000000 110101

Color Harmonies of #D43CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CBE

Black with #D43CBE

Text Example


Text Example

White with #D43CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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