Html Css Color HEX #D148C4 Fuchsia

📋 copy color: '#D148C4'

red 209 ◦ green 72 ◦ blue 196

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

Shades of Fuchsia #D148C4

Tints of Fuchsia #D148C4

RGB

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

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

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

R = 43.82%
G = 15.09%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D148C4 (or 0xD148C4) is known color: Fuchsia. HEX triplet: D1, 48 and C4. RGB value is (209,72,196). Sum of RGB (Red+Green+Blue) = 209+72+196=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D148C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148C4 is #2EB73B. Grayscale: #7E7E7E. Windows color (decimal): -3061564 or 12863697. OLE color: 12863697.

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

Color convert

RGB 209 72 196 -
CMYK 0 0.66 0.06 0.18
HSL 305.69º 0.6% 0.55% -
HSV(B) 305.69º 0.66% 0.82% -
XYZ 38.58 22.18 54.47 -
YUV 127.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 209 72 196 0 0.66 0.06 0.18 305.69 0.6 0.55
Hex D1 48 C4 0 42 6 12 132 3C 37
Octal 321 110 304 0 102 6 22 462 74 67
Binary 11010001 1001000 11000100 0 1000010 110 10010 100110010 111100 110111

Color Harmonies of #D148C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148C4

Black with #D148C4

Text Example


Text Example

White with #D148C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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