Html Css Color HEX #D040CF Fuchsia

📋 copy color: '#D040CF'

red 208 ◦ green 64 ◦ blue 207

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

Shades of Fuchsia #D040CF

Tints of Fuchsia #D040CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.36%

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

R = 43.42%
G = 13.36%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D040CF (or 0xD040CF) is known color: Fuchsia. HEX triplet: D0, 40 and CF. RGB value is (208,64,207). Sum of RGB (Red+Green+Blue) = 208+64+207=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D040CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040CF is #2FBF30. Grayscale: #7A7A7A. Windows color (decimal): -3129137 or 13582544. OLE color: 13582544.

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

Color convert

RGB 208 64 207 -
CMYK 0 0.69 0.00 0.18
HSL 300.42º 0.61% 0.53% -
HSV(B) 300.42º 0.69% 0.82% -
XYZ 39.11 21.58 61.14 -
YUV 123.36 175.21 188.37 -
System Red Green Blue C M Y K H S L
Decimal 208 64 207 0 0.69 0.00 0.18 300.42 0.61 0.53
Hex D0 40 CF 0 45 0 12 12C 3D 35
Octal 320 100 317 0 105 0 22 454 75 65
Binary 11010000 1000000 11001111 0 1000101 0 10010 100101100 111101 110101

Color Harmonies of #D040CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040CF

Black with #D040CF

Text Example


Text Example

White with #D040CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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