Html Css Color HEX #D030CF Fuchsia

📋 copy color: '#D030CF'

red 208 ◦ green 48 ◦ blue 207

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

Shades of Fuchsia #D030CF

Tints of Fuchsia #D030CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.37%

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

R = 44.92%
G = 10.37%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D030CF (or 0xD030CF) is known color: Fuchsia. HEX triplet: D0, 30 and CF. RGB value is (208,48,207). Sum of RGB (Red+Green+Blue) = 208+48+207=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D030CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030CF is #2FCF30. Grayscale: #717171. Windows color (decimal): -3133233 or 13578448. OLE color: 13578448.

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

Color convert

RGB 208 48 207 -
CMYK 0 0.77 0.00 0.18
HSL 300.38º 0.63% 0.5% -
HSV(B) 300.38º 0.77% 0.82% -
XYZ 38.33 20.03 60.88 -
YUV 113.97 180.51 195.07 -
System Red Green Blue C M Y K H S L
Decimal 208 48 207 0 0.77 0.00 0.18 300.38 0.63 0.5
Hex D0 30 CF 0 4D 0 12 12C 3F 32
Octal 320 60 317 0 115 0 22 454 77 62
Binary 11010000 110000 11001111 0 1001101 0 10010 100101100 111111 110010

Color Harmonies of #D030CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030CF

Black with #D030CF

Text Example


Text Example

White with #D030CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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