Html Css Color HEX #D538CA Fuchsia

📋 copy color: '#D538CA'

red 213 ◦ green 56 ◦ blue 202

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

Shades of Fuchsia #D538CA

Tints of Fuchsia #D538CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.89%

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

R = 45.22%
G = 11.89%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D538CA (or 0xD538CA) is known color: Fuchsia. HEX triplet: D5, 38 and CA. RGB value is (213,56,202). Sum of RGB (Red+Green+Blue) = 213+56+202=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D538CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538CA is #2AC735. Grayscale: #777777. Windows color (decimal): -2803510 or 13252821. OLE color: 13252821.

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

Color convert

RGB 213 56 202 -
CMYK 0 0.74 0.05 0.16
HSL 304.2º 0.65% 0.53% -
HSV(B) 304.2º 0.74% 0.84% -
XYZ 39.52 21.24 57.89 -
YUV 119.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 213 56 202 0 0.74 0.05 0.16 304.2 0.65 0.53
Hex D5 38 CA 0 4A 5 10 130 41 35
Octal 325 70 312 0 112 5 20 460 101 65
Binary 11010101 111000 11001010 0 1001010 101 10000 100110000 1000001 110101

Color Harmonies of #D538CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538CA

Black with #D538CA

Text Example


Text Example

White with #D538CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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