Html Css Color HEX #D148C9 Fuchsia

📋 copy color: '#D148C9'

red 209 ◦ green 72 ◦ blue 201

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

Shades of Fuchsia #D148C9

Tints of Fuchsia #D148C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.7%

R = 43.36%
G = 14.94%
B = 41.7%

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

#D148C9 (or 0xD148C9) is known color: Fuchsia. HEX triplet: D1, 48 and C9. RGB value is (209,72,201). Sum of RGB (Red+Green+Blue) = 209+72+201=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D148C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148C9 is #2EB736. Grayscale: #7F7F7F. Windows color (decimal): -3061559 or 13191377. OLE color: 13191377.

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

Color convert

RGB 209 72 201 -
CMYK 0 0.66 0.04 0.18
HSL 303.5º 0.6% 0.55% -
HSV(B) 303.5º 0.66% 0.82% -
XYZ 39.15 22.41 57.52 -
YUV 127.67 169.39 186.01 -
System Red Green Blue C M Y K H S L
Decimal 209 72 201 0 0.66 0.04 0.18 303.5 0.6 0.55
Hex D1 48 C9 0 42 4 12 130 3C 37
Octal 321 110 311 0 102 4 22 460 74 67
Binary 11010001 1001000 11001001 0 1000010 100 10010 100110000 111100 110111

Color Harmonies of #D148C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148C9

Black with #D148C9

Text Example


Text Example

White with #D148C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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