Html Css Color HEX #D43CB6 Fuchsia

📋 copy color: '#D43CB6'

red 212 ◦ green 60 ◦ blue 182

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

Shades of Fuchsia #D43CB6

Tints of Fuchsia #D43CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.09%

R = 46.7%
G = 13.22%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D43CB6 (or 0xD43CB6) is known color: Fuchsia. HEX triplet: D4, 3C and B6. RGB value is (212,60,182). Sum of RGB (Red+Green+Blue) = 212+60+182=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CB6 is #2BC349. Grayscale: #777777. Windows color (decimal): -2868042 or 11943124. OLE color: 11943124.

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

Color convert

RGB 212 60 182 -
CMYK 0 0.72 0.14 0.17
HSL 311.84º 0.64% 0.53% -
HSV(B) 311.84º 0.72% 0.83% -
XYZ 37.21 20.61 46.27 -
YUV 119.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 212 60 182 0 0.72 0.14 0.17 311.84 0.64 0.53
Hex D4 3C B6 0 48 E 11 138 40 35
Octal 324 74 266 0 110 16 21 470 100 65
Binary 11010100 111100 10110110 0 1001000 1110 10001 100111000 1000000 110101

Color Harmonies of #D43CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CB6

Black with #D43CB6

Text Example


Text Example

White with #D43CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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