Html Css Color HEX #D43CCB Fuchsia

📋 copy color: '#D43CCB'

red 212 ◦ green 60 ◦ blue 203

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

Shades of Fuchsia #D43CCB

Tints of Fuchsia #D43CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 44.63%
G = 12.63%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D43CCB (or 0xD43CCB) is known color: Fuchsia. HEX triplet: D4, 3C and CB. RGB value is (212,60,203). Sum of RGB (Red+Green+Blue) = 212+60+203=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CCB is #2BC334. Grayscale: #797979. Windows color (decimal): -2868021 or 13319380. OLE color: 13319380.

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

Color convert

RGB 212 60 203 -
CMYK 0 0.72 0.04 0.17
HSL 303.55º 0.64% 0.53% -
HSV(B) 303.55º 0.72% 0.83% -
XYZ 39.55 21.54 58.57 -
YUV 121.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 212 60 203 0 0.72 0.04 0.17 303.55 0.64 0.53
Hex D4 3C CB 0 48 4 11 130 40 35
Octal 324 74 313 0 110 4 21 460 100 65
Binary 11010100 111100 11001011 0 1001000 100 10001 100110000 1000000 110101

Color Harmonies of #D43CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CCB

Black with #D43CCB

Text Example


Text Example

White with #D43CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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