Html Css Color HEX #D341CF Fuchsia

📋 copy color: '#D341CF'

red 211 ◦ green 65 ◦ blue 207

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

Shades of Fuchsia #D341CF

Tints of Fuchsia #D341CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.46%

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

R = 43.69%
G = 13.46%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D341CF (or 0xD341CF) is known color: Fuchsia. HEX triplet: D3, 41 and CF. RGB value is (211,65,207). Sum of RGB (Red+Green+Blue) = 211+65+207=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D341CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D341CF is #2CBE30. Grayscale: #7C7C7C. Windows color (decimal): -2932273 or 13582803. OLE color: 13582803.

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

Color convert

RGB 211 65 207 -
CMYK 0 0.69 0.02 0.17
HSL 301.64º 0.62% 0.54% -
HSV(B) 301.64º 0.69% 0.83% -
XYZ 40.02 22.13 61.19 -
YUV 124.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 211 65 207 0 0.69 0.02 0.17 301.64 0.62 0.54
Hex D3 41 CF 0 45 2 11 12E 3E 36
Octal 323 101 317 0 105 2 21 456 76 66
Binary 11010011 1000001 11001111 0 1000101 10 10001 100101110 111110 110110

Color Harmonies of #D341CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341CF

Black with #D341CF

Text Example


Text Example

White with #D341CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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