Html Css Color HEX #D148AF Fuchsia

📋 copy color: '#D148AF'

red 209 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #D148AF

Tints of Fuchsia #D148AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 45.83%
G = 15.79%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D148AF (or 0xD148AF) is known color: Fuchsia. HEX triplet: D1, 48 and AF. RGB value is (209,72,175). Sum of RGB (Red+Green+Blue) = 209+72+175=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D148AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D148AF is #2EB750. Grayscale: #7C7C7C. Windows color (decimal): -3061585 or 11487441. OLE color: 11487441.

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

Color convert

RGB 209 72 175 -
CMYK 0 0.66 0.16 0.18
HSL 314.89º 0.6% 0.55% -
HSV(B) 314.89º 0.66% 0.82% -
XYZ 36.35 21.29 42.75 -
YUV 124.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 209 72 175 0 0.66 0.16 0.18 314.89 0.6 0.55
Hex D1 48 AF 0 42 10 12 13B 3C 37
Octal 321 110 257 0 102 20 22 473 74 67
Binary 11010001 1001000 10101111 0 1000010 10000 10010 100111011 111100 110111

Color Harmonies of #D148AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148AF

Black with #D148AF

Text Example


Text Example

White with #D148AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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