Html Css Color HEX #D348CF Fuchsia

📋 copy color: '#D348CF'

red 211 ◦ green 72 ◦ blue 207

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

Shades of Fuchsia #D348CF

Tints of Fuchsia #D348CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 43.06%
G = 14.69%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D348CF (or 0xD348CF) is known color: Fuchsia. HEX triplet: D3, 48 and CF. RGB value is (211,72,207). Sum of RGB (Red+Green+Blue) = 211+72+207=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D348CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348CF is #2CB730. Grayscale: #808080. Windows color (decimal): -2930481 or 13584595. OLE color: 13584595.

HSL color Cylindrical-coordinate representation of color #D348CF: hue angle of 301.73º 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 #D348CF is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 72 207 -
CMYK 0 0.66 0.02 0.17
HSL 301.73º 0.61% 0.55% -
HSV(B) 301.73º 0.66% 0.83% -
XYZ 40.44 22.99 61.34 -
YUV 128.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 211 72 207 0 0.66 0.02 0.17 301.73 0.61 0.55
Hex D3 48 CF 0 42 2 11 12E 3D 37
Octal 323 110 317 0 102 2 21 456 75 67
Binary 11010011 1001000 11001111 0 1000010 10 10001 100101110 111101 110111

Color Harmonies of #D348CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348CF

Black with #D348CF

Text Example


Text Example

White with #D348CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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