Html Css Color HEX #D334CF Fuchsia

📋 copy color: '#D334CF'

red 211 ◦ green 52 ◦ blue 207

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

Shades of Fuchsia #D334CF

Tints of Fuchsia #D334CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.06%

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

R = 44.89%
G = 11.06%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D334CF (or 0xD334CF) is known color: Fuchsia. HEX triplet: D3, 34 and CF. RGB value is (211,52,207). Sum of RGB (Red+Green+Blue) = 211+52+207=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D334CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334CF is #2CCB30. Grayscale: #747474. Windows color (decimal): -2935601 or 13579475. OLE color: 13579475.

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

Color convert

RGB 211 52 207 -
CMYK 0 0.75 0.02 0.17
HSL 301.51º 0.64% 0.52% -
HSV(B) 301.51º 0.75% 0.83% -
XYZ 39.35 20.81 60.97 -
YUV 117.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 211 52 207 0 0.75 0.02 0.17 301.51 0.64 0.52
Hex D3 34 CF 0 4B 2 11 12E 40 34
Octal 323 64 317 0 113 2 21 456 100 64
Binary 11010011 110100 11001111 0 1001011 10 10001 100101110 1000000 110100

Color Harmonies of #D334CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334CF

Black with #D334CF

Text Example


Text Example

White with #D334CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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