Html Css Color HEX #D034CF Fuchsia

📋 copy color: '#D034CF'

red 208 ◦ green 52 ◦ blue 207

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

Shades of Fuchsia #D034CF

Tints of Fuchsia #D034CF

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

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

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

R = 44.54%
G = 11.13%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D034CF (or 0xD034CF) is known color: Fuchsia. HEX triplet: D0, 34 and CF. RGB value is (208,52,207). Sum of RGB (Red+Green+Blue) = 208+52+207=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D034CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034CF is #2FCB30. Grayscale: #737373. Windows color (decimal): -3132209 or 13579472. OLE color: 13579472.

HSL color Cylindrical-coordinate representation of color #D034CF: hue angle of 300.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D034CF is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 207 -
CMYK 0 0.75 0.00 0.18
HSL 300.38º 0.62% 0.51% -
HSV(B) 300.38º 0.75% 0.82% -
XYZ 38.5 20.37 60.93 -
YUV 116.31 179.18 193.4 -
System Red Green Blue C M Y K H S L
Decimal 208 52 207 0 0.75 0.00 0.18 300.38 0.62 0.51
Hex D0 34 CF 0 4B 0 12 12C 3E 33
Octal 320 64 317 0 113 0 22 454 76 63
Binary 11010000 110100 11001111 0 1001011 0 10010 100101100 111110 110011

Color Harmonies of #D034CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034CF

Black with #D034CF

Text Example


Text Example

White with #D034CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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