Html Css Color HEX #D030CA Fuchsia

📋 copy color: '#D030CA'

red 208 ◦ green 48 ◦ blue 202

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

Shades of Fuchsia #D030CA

Tints of Fuchsia #D030CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 45.41%
G = 10.48%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D030CA (or 0xD030CA) is known color: Fuchsia. HEX triplet: D0, 30 and CA. RGB value is (208,48,202). Sum of RGB (Red+Green+Blue) = 208+48+202=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D030CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030CA is #2FCF35. Grayscale: #707070. Windows color (decimal): -3133238 or 13250768. OLE color: 13250768.

HSL color Cylindrical-coordinate representation of color #D030CA: hue angle of 302.25º 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 #D030CA is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 202 -
CMYK 0 0.77 0.03 0.18
HSL 302.25º 0.63% 0.5% -
HSV(B) 302.25º 0.77% 0.82% -
XYZ 37.73 19.79 57.71 -
YUV 113.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 208 48 202 0 0.77 0.03 0.18 302.25 0.63 0.5
Hex D0 30 CA 0 4D 3 12 12E 3F 32
Octal 320 60 312 0 115 3 22 456 77 62
Binary 11010000 110000 11001010 0 1001101 11 10010 100101110 111111 110010

Color Harmonies of #D030CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030CA

Black with #D030CA

Text Example


Text Example

White with #D030CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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