Html Css Color HEX #D442CF Fuchsia

📋 copy color: '#D442CF'

red 212 ◦ green 66 ◦ blue 207

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

Shades of Fuchsia #D442CF

Tints of Fuchsia #D442CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 43.71%
G = 13.61%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D442CF (or 0xD442CF) is known color: Fuchsia. HEX triplet: D4, 42 and CF. RGB value is (212,66,207). Sum of RGB (Red+Green+Blue) = 212+66+207=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D442CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442CF is #2BBD30. Grayscale: #7D7D7D. Windows color (decimal): -2866481 or 13583060. OLE color: 13583060.

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

Color convert

RGB 212 66 207 -
CMYK 0 0.69 0.02 0.17
HSL 302.05º 0.63% 0.55% -
HSV(B) 302.05º 0.69% 0.83% -
XYZ 40.36 22.4 61.23 -
YUV 125.73 173.87 189.54 -
System Red Green Blue C M Y K H S L
Decimal 212 66 207 0 0.69 0.02 0.17 302.05 0.63 0.55
Hex D4 42 CF 0 45 2 11 12E 3F 37
Octal 324 102 317 0 105 2 21 456 77 67
Binary 11010100 1000010 11001111 0 1000101 10 10001 100101110 111111 110111

Color Harmonies of #D442CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442CF

Black with #D442CF

Text Example


Text Example

White with #D442CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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