Html Css Color HEX #D442CD Fuchsia

📋 copy color: '#D442CD'

red 212 ◦ green 66 ◦ blue 205

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

Shades of Fuchsia #D442CD

Tints of Fuchsia #D442CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.66%

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

R = 43.89%
G = 13.66%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D442CD (or 0xD442CD) is known color: Fuchsia. HEX triplet: D4, 42 and CD. RGB value is (212,66,205). Sum of RGB (Red+Green+Blue) = 212+66+205=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D442CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442CD is #2BBD32. Grayscale: #7D7D7D. Windows color (decimal): -2866483 or 13451988. OLE color: 13451988.

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

Color convert

RGB 212 66 205 -
CMYK 0 0.69 0.03 0.17
HSL 302.88º 0.63% 0.55% -
HSV(B) 302.88º 0.69% 0.83% -
XYZ 40.12 22.3 59.95 -
YUV 125.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 212 66 205 0 0.69 0.03 0.17 302.88 0.63 0.55
Hex D4 42 CD 0 45 3 11 12F 3F 37
Octal 324 102 315 0 105 3 21 457 77 67
Binary 11010100 1000010 11001101 0 1000101 11 10001 100101111 111111 110111

Color Harmonies of #D442CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442CD

Black with #D442CD

Text Example


Text Example

White with #D442CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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