Html Css Color HEX #D545CA Fuchsia

📋 copy color: '#D545CA'

red 213 ◦ green 69 ◦ blue 202

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

Shades of Fuchsia #D545CA

Tints of Fuchsia #D545CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.26%

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

R = 44.01%
G = 14.26%
B = 41.74%

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

#D545CA (or 0xD545CA) is known color: Fuchsia. HEX triplet: D5, 45 and CA. RGB value is (213,69,202). Sum of RGB (Red+Green+Blue) = 213+69+202=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D545CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545CA is #2ABA35. Grayscale: #7E7E7E. Windows color (decimal): -2800182 or 13256149. OLE color: 13256149.

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

Color convert

RGB 213 69 202 -
CMYK 0 0.68 0.05 0.16
HSL 304.58º 0.63% 0.55% -
HSV(B) 304.58º 0.68% 0.84% -
XYZ 40.23 22.67 58.13 -
YUV 127.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 213 69 202 0 0.68 0.05 0.16 304.58 0.63 0.55
Hex D5 45 CA 0 44 5 10 131 3F 37
Octal 325 105 312 0 104 5 20 461 77 67
Binary 11010101 1000101 11001010 0 1000100 101 10000 100110001 111111 110111

Color Harmonies of #D545CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545CA

Black with #D545CA

Text Example


Text Example

White with #D545CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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