Html Css Color HEX #D344CA Fuchsia

📋 copy color: '#D344CA'

red 211 ◦ green 68 ◦ blue 202

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

Shades of Fuchsia #D344CA

Tints of Fuchsia #D344CA

RGB

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

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

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

R = 43.87%
G = 14.14%
B = 42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D344CA (or 0xD344CA) is known color: Fuchsia. HEX triplet: D3, 44 and CA. RGB value is (211,68,202). Sum of RGB (Red+Green+Blue) = 211+68+202=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D344CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344CA is #2CBB35. Grayscale: #7D7D7D. Windows color (decimal): -2931510 or 13255891. OLE color: 13255891.

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

Color convert

RGB 211 68 202 -
CMYK 0 0.68 0.04 0.17
HSL 303.78º 0.62% 0.55% -
HSV(B) 303.78º 0.68% 0.83% -
XYZ 39.59 22.25 58.08 -
YUV 126.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 211 68 202 0 0.68 0.04 0.17 303.78 0.62 0.55
Hex D3 44 CA 0 44 4 11 130 3E 37
Octal 323 104 312 0 104 4 21 460 76 67
Binary 11010011 1000100 11001010 0 1000100 100 10001 100110000 111110 110111

Color Harmonies of #D344CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344CA

Black with #D344CA

Text Example


Text Example

White with #D344CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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