Html Css Color HEX #D142CB Fuchsia

📋 copy color: '#D142CB'

red 209 ◦ green 66 ◦ blue 203

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

Shades of Fuchsia #D142CB

Tints of Fuchsia #D142CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 43.72%
G = 13.81%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D142CB (or 0xD142CB) is known color: Fuchsia. HEX triplet: D1, 42 and CB. RGB value is (209,66,203). Sum of RGB (Red+Green+Blue) = 209+66+203=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D142CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142CB is #2EBD34. Grayscale: #7B7B7B. Windows color (decimal): -3063093 or 13320913. OLE color: 13320913.

HSL color Cylindrical-coordinate representation of color #D142CB: hue angle of 302.52º 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 #D142CB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 203 -
CMYK 0 0.68 0.03 0.18
HSL 302.52º 0.61% 0.54% -
HSV(B) 302.52º 0.68% 0.82% -
XYZ 39.02 21.76 58.64 -
YUV 124.38 172.38 188.36 -
System Red Green Blue C M Y K H S L
Decimal 209 66 203 0 0.68 0.03 0.18 302.52 0.61 0.54
Hex D1 42 CB 0 44 3 12 12F 3D 36
Octal 321 102 313 0 104 3 22 457 75 66
Binary 11010001 1000010 11001011 0 1000100 11 10010 100101111 111101 110110

Color Harmonies of #D142CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142CB

Black with #D142CB

Text Example


Text Example

White with #D142CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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