Html Css Color HEX #D144CC Fuchsia

📋 copy color: '#D144CC'

red 209 ◦ green 68 ◦ blue 204

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

Shades of Fuchsia #D144CC

Tints of Fuchsia #D144CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.14%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 43.45%
G = 14.14%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D144CC (or 0xD144CC) is known color: Fuchsia. HEX triplet: D1, 44 and CC. RGB value is (209,68,204). Sum of RGB (Red+Green+Blue) = 209+68+204=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D144CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144CC is #2EBB33. Grayscale: #7D7D7D. Windows color (decimal): -3062580 or 13386961. OLE color: 13386961.

HSL color Cylindrical-coordinate representation of color #D144CC: hue angle of 302.13º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D144CC is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 204 -
CMYK 0 0.67 0.02 0.18
HSL 302.13º 0.61% 0.54% -
HSV(B) 302.13º 0.67% 0.82% -
XYZ 39.26 22.05 59.31 -
YUV 125.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 209 68 204 0 0.67 0.02 0.18 302.13 0.61 0.54
Hex D1 44 CC 0 43 2 12 12E 3D 36
Octal 321 104 314 0 103 2 22 456 75 66
Binary 11010001 1000100 11001100 0 1000011 10 10010 100101110 111101 110110

Color Harmonies of #D144CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144CC

Black with #D144CC

Text Example


Text Example

White with #D144CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144CC; }

 p { color: rgb(209,68,204); }

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

background-color css

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

 a { background-color: rgb(209,68,204); }

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

border-color css

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

 span { border-color: rgb(209,68,204); }

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