Html Css Color HEX #D148CF Fuchsia

📋 copy color: '#D148CF'

red 209 ◦ green 72 ◦ blue 207

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

Shades of Fuchsia #D148CF

Tints of Fuchsia #D148CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 42.83%
G = 14.75%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D148CF (or 0xD148CF) is known color: Fuchsia. HEX triplet: D1, 48 and CF. RGB value is (209,72,207). Sum of RGB (Red+Green+Blue) = 209+72+207=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D148CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148CF is #2EB730. Grayscale: #7F7F7F. Windows color (decimal): -3061553 or 13584593. OLE color: 13584593.

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

Color convert

RGB 209 72 207 -
CMYK 0 0.66 0.01 0.18
HSL 300.88º 0.6% 0.55% -
HSV(B) 300.88º 0.66% 0.82% -
XYZ 39.87 22.7 61.31 -
YUV 128.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 209 72 207 0 0.66 0.01 0.18 300.88 0.6 0.55
Hex D1 48 CF 0 42 1 12 12D 3C 37
Octal 321 110 317 0 102 1 22 455 74 67
Binary 11010001 1001000 11001111 0 1000010 1 10010 100101101 111100 110111

Color Harmonies of #D148CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148CF

Black with #D148CF

Text Example


Text Example

White with #D148CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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