Html Css Color HEX #D544CA Fuchsia

📋 copy color: '#D544CA'

red 213 ◦ green 68 ◦ blue 202

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

Shades of Fuchsia #D544CA

Tints of Fuchsia #D544CA

RGB

 RED value IS 213 (83.59% from 255) = 44.1%

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 44.1%
G = 14.08%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D544CA (or 0xD544CA) is known color: Fuchsia. HEX triplet: D5, 44 and CA. RGB value is (213,68,202). Sum of RGB (Red+Green+Blue) = 213+68+202=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D544CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D544CA is #2ABB35. Grayscale: #7E7E7E. Windows color (decimal): -2800438 or 13255893. OLE color: 13255893.

HSL color Cylindrical-coordinate representation of color #D544CA: hue angle of 304.55º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D544CA is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 202 -
CMYK 0 0.68 0.05 0.16
HSL 304.55º 0.63% 0.55% -
HSV(B) 304.55º 0.68% 0.84% -
XYZ 40.17 22.54 58.11 -
YUV 126.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 213 68 202 0 0.68 0.05 0.16 304.55 0.63 0.55
Hex D5 44 CA 0 44 5 10 131 3F 37
Octal 325 104 312 0 104 5 20 461 77 67
Binary 11010101 1000100 11001010 0 1000100 101 10000 100110001 111111 110111

Color Harmonies of #D544CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D544CA

Black with #D544CA

Text Example


Text Example

White with #D544CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D544CA; }

 p { color: rgb(213,68,202); }

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

background-color css

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

 a { background-color: rgb(213,68,202); }

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

border-color css

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

 span { border-color: rgb(213,68,202); }

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