Html Css Color HEX #D331CA Fuchsia

📋 copy color: '#D331CA'

red 211 ◦ green 49 ◦ blue 202

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

Shades of Fuchsia #D331CA

Tints of Fuchsia #D331CA

RGB

 RED value IS 211 (82.81% from 255) = 45.67%

 GREEN value IS 49 (19.53% from 255) = 10.61%

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

R = 45.67%
G = 10.61%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D331CA (or 0xD331CA) is known color: Fuchsia. HEX triplet: D3, 31 and CA. RGB value is (211,49,202). Sum of RGB (Red+Green+Blue) = 211+49+202=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D331CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331CA is #2CCE35. Grayscale: #727272. Windows color (decimal): -2936374 or 13251027. OLE color: 13251027.

HSL color Cylindrical-coordinate representation of color #D331CA: hue angle of 303.33º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D331CA is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 202 -
CMYK 0 0.77 0.04 0.17
HSL 303.33º 0.65% 0.51% -
HSV(B) 303.33º 0.77% 0.83% -
XYZ 38.62 20.31 57.76 -
YUV 114.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 211 49 202 0 0.77 0.04 0.17 303.33 0.65 0.51
Hex D3 31 CA 0 4D 4 11 12F 41 33
Octal 323 61 312 0 115 4 21 457 101 63
Binary 11010011 110001 11001010 0 1001101 100 10001 100101111 1000001 110011

Color Harmonies of #D331CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331CA

Black with #D331CA

Text Example


Text Example

White with #D331CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331CA; }

 p { color: rgb(211,49,202); }

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

background-color css

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

 a { background-color: rgb(211,49,202); }

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

border-color css

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

 span { border-color: rgb(211,49,202); }

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