Html Css Color HEX #D443CD Fuchsia

📋 copy color: '#D443CD'

red 212 ◦ green 67 ◦ blue 205

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

Shades of Fuchsia #D443CD

Tints of Fuchsia #D443CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.84%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 43.8%
G = 13.84%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D443CD (or 0xD443CD) is known color: Fuchsia. HEX triplet: D4, 43 and CD. RGB value is (212,67,205). Sum of RGB (Red+Green+Blue) = 212+67+205=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D443CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443CD is #2BBC32. Grayscale: #7D7D7D. Windows color (decimal): -2866227 or 13452244. OLE color: 13452244.

HSL color Cylindrical-coordinate representation of color #D443CD: hue angle of 302.9º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D443CD is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 67 205 -
CMYK 0 0.68 0.03 0.17
HSL 302.9º 0.63% 0.55% -
HSV(B) 302.9º 0.68% 0.83% -
XYZ 40.18 22.42 59.97 -
YUV 126.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 212 67 205 0 0.68 0.03 0.17 302.9 0.63 0.55
Hex D4 43 CD 0 44 3 11 12F 3F 37
Octal 324 103 315 0 104 3 21 457 77 67
Binary 11010100 1000011 11001101 0 1000100 11 10001 100101111 111111 110111

Color Harmonies of #D443CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D443CD

Black with #D443CD

Text Example


Text Example

White with #D443CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D443CD; }

 p { color: rgb(212,67,205); }

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

background-color css

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

 a { background-color: rgb(212,67,205); }

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

border-color css

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

 span { border-color: rgb(212,67,205); }

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