Html Css Color HEX #D440CD Fuchsia

📋 copy color: '#D440CD'

red 212 ◦ green 64 ◦ blue 205

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

Shades of Fuchsia #D440CD

Tints of Fuchsia #D440CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.31%

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

R = 44.07%
G = 13.31%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D440CD (or 0xD440CD) is known color: Fuchsia. HEX triplet: D4, 40 and CD. RGB value is (212,64,205). Sum of RGB (Red+Green+Blue) = 212+64+205=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D440CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440CD is #2BBF32. Grayscale: #7B7B7B. Windows color (decimal): -2866995 or 13451476. OLE color: 13451476.

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

Color convert

RGB 212 64 205 -
CMYK 0 0.70 0.03 0.17
HSL 302.84º 0.63% 0.54% -
HSV(B) 302.84º 0.7% 0.83% -
XYZ 40 22.07 59.91 -
YUV 124.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 212 64 205 0 0.70 0.03 0.17 302.84 0.63 0.54
Hex D4 40 CD 0 46 3 11 12F 3F 36
Octal 324 100 315 0 106 3 21 457 77 66
Binary 11010100 1000000 11001101 0 1000110 11 10001 100101111 111111 110110

Color Harmonies of #D440CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D440CD

Black with #D440CD

Text Example


Text Example

White with #D440CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D440CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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