Html Css Color HEX #D142CF Fuchsia

📋 copy color: '#D142CF'

red 209 ◦ green 66 ◦ blue 207

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

Shades of Fuchsia #D142CF

Tints of Fuchsia #D142CF

RGB

 RED value IS 209 (82.03% from 255) = 43.36%

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

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

R = 43.36%
G = 13.69%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D142CF (or 0xD142CF) is known color: Fuchsia. HEX triplet: D1, 42 and CF. RGB value is (209,66,207). Sum of RGB (Red+Green+Blue) = 209+66+207=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D142CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142CF is #2EBD30. Grayscale: #7C7C7C. Windows color (decimal): -3063089 or 13583057. OLE color: 13583057.

HSL color Cylindrical-coordinate representation of color #D142CF: hue angle of 300.84º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D142CF is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 207 -
CMYK 0 0.68 0.01 0.18
HSL 300.84º 0.61% 0.54% -
HSV(B) 300.84º 0.68% 0.82% -
XYZ 39.51 21.96 61.19 -
YUV 124.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 209 66 207 0 0.68 0.01 0.18 300.84 0.61 0.54
Hex D1 42 CF 0 44 1 12 12D 3D 36
Octal 321 102 317 0 104 1 22 455 75 66
Binary 11010001 1000010 11001111 0 1000100 1 10010 100101101 111101 110110

Color Harmonies of #D142CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142CF

Black with #D142CF

Text Example


Text Example

White with #D142CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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