Html Css Color HEX #D148C8 Fuchsia

📋 copy color: '#D148C8'

red 209 ◦ green 72 ◦ blue 200

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

Shades of Fuchsia #D148C8

Tints of Fuchsia #D148C8

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.97%

 BLUE value IS 200 (78.52% from 255) = 41.58%

R = 43.45%
G = 14.97%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D148C8 (or 0xD148C8) is known color: Fuchsia. HEX triplet: D1, 48 and C8. RGB value is (209,72,200). Sum of RGB (Red+Green+Blue) = 209+72+200=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D148C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148C8 is #2EB737. Grayscale: #7F7F7F. Windows color (decimal): -3061560 or 13125841. OLE color: 13125841.

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

Color convert

RGB 209 72 200 -
CMYK 0 0.66 0.04 0.18
HSL 303.94º 0.6% 0.55% -
HSV(B) 303.94º 0.66% 0.82% -
XYZ 39.04 22.36 56.9 -
YUV 127.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 209 72 200 0 0.66 0.04 0.18 303.94 0.6 0.55
Hex D1 48 C8 0 42 4 12 130 3C 37
Octal 321 110 310 0 102 4 22 460 74 67
Binary 11010001 1001000 11001000 0 1000010 100 10010 100110000 111100 110111

Color Harmonies of #D148C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148C8

Black with #D148C8

Text Example


Text Example

White with #D148C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148C8; }

 p { color: rgb(209,72,200); }

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

background-color css

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

 a { background-color: rgb(209,72,200); }

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

border-color css

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

 span { border-color: rgb(209,72,200); }

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