Html Css Color HEX #D348CA Fuchsia

📋 copy color: '#D348CA'

red 211 ◦ green 72 ◦ blue 202

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

Shades of Fuchsia #D348CA

Tints of Fuchsia #D348CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

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

R = 43.51%
G = 14.85%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D348CA (or 0xD348CA) is known color: Fuchsia. HEX triplet: D3, 48 and CA. RGB value is (211,72,202). Sum of RGB (Red+Green+Blue) = 211+72+202=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D348CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348CA is #2CB735. Grayscale: #808080. Windows color (decimal): -2930486 or 13256915. OLE color: 13256915.

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

Color convert

RGB 211 72 202 -
CMYK 0 0.66 0.04 0.17
HSL 303.88º 0.61% 0.55% -
HSV(B) 303.88º 0.66% 0.83% -
XYZ 39.84 22.75 58.17 -
YUV 128.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 211 72 202 0 0.66 0.04 0.17 303.88 0.61 0.55
Hex D3 48 CA 0 42 4 11 130 3D 37
Octal 323 110 312 0 102 4 21 460 75 67
Binary 11010011 1001000 11001010 0 1000010 100 10001 100110000 111101 110111

Color Harmonies of #D348CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348CA

Black with #D348CA

Text Example


Text Example

White with #D348CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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