Html Css Color HEX #D142B9 Fuchsia

📋 copy color: '#D142B9'

red 209 ◦ green 66 ◦ blue 185

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

Shades of Fuchsia #D142B9

Tints of Fuchsia #D142B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 45.43%
G = 14.35%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D142B9 (or 0xD142B9) is known color: Fuchsia. HEX triplet: D1, 42 and B9. RGB value is (209,66,185). Sum of RGB (Red+Green+Blue) = 209+66+185=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D142B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142B9 is #2EBD46. Grayscale: #797979. Windows color (decimal): -3063111 or 12141265. OLE color: 12141265.

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

Color convert

RGB 209 66 185 -
CMYK 0 0.68 0.11 0.18
HSL 310.07º 0.61% 0.54% -
HSV(B) 310.07º 0.68% 0.82% -
XYZ 37 20.95 47.99 -
YUV 122.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 209 66 185 0 0.68 0.11 0.18 310.07 0.61 0.54
Hex D1 42 B9 0 44 B 12 136 3D 36
Octal 321 102 271 0 104 13 22 466 75 66
Binary 11010001 1000010 10111001 0 1000100 1011 10010 100110110 111101 110110

Color Harmonies of #D142B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142B9

Black with #D142B9

Text Example


Text Example

White with #D142B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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