Html Css Color HEX #D162C4 Fuchsia

📋 copy color: '#D162C4'

red 209 ◦ green 98 ◦ blue 196

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

Shades of Fuchsia #D162C4

Tints of Fuchsia #D162C4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.48%

 BLUE value IS 196 (76.95% from 255) = 38.97%

R = 41.55%
G = 19.48%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D162C4 (or 0xD162C4) is known color: Fuchsia. HEX triplet: D1, 62 and C4. RGB value is (209,98,196). Sum of RGB (Red+Green+Blue) = 209+98+196=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D162C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162C4 is #2E9D3B. Grayscale: #8E8E8E. Windows color (decimal): -3054908 or 12870353. OLE color: 12870353.

HSL color Cylindrical-coordinate representation of color #D162C4: hue angle of 307.03º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D162C4 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 196 -
CMYK 0 0.53 0.06 0.18
HSL 307.03º 0.55% 0.6% -
HSV(B) 307.03º 0.53% 0.82% -
XYZ 40.63 26.28 55.16 -
YUV 142.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 209 98 196 0 0.53 0.06 0.18 307.03 0.55 0.6
Hex D1 62 C4 0 35 6 12 133 37 3C
Octal 321 142 304 0 65 6 22 463 67 74
Binary 11010001 1100010 11000100 0 110101 110 10010 100110011 110111 111100

Color Harmonies of #D162C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162C4

Black with #D162C4

Text Example


Text Example

White with #D162C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162C4; }

 p { color: rgb(209,98,196); }

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

background-color css

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

 a { background-color: rgb(209,98,196); }

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

border-color css

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

 span { border-color: rgb(209,98,196); }

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