Html Css Color HEX #D03CB2 Fuchsia

📋 copy color: '#D03CB2'

red 208 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #D03CB2

Tints of Fuchsia #D03CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.45%

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 46.64%
G = 13.45%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D03CB2 (or 0xD03CB2) is known color: Fuchsia. HEX triplet: D0, 3C and B2. RGB value is (208,60,178). Sum of RGB (Red+Green+Blue) = 208+60+178=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03CB2 is #2FC34D. Grayscale: #757575. Windows color (decimal): -3130190 or 11680976. OLE color: 11680976.

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

Color convert

RGB 208 60 178 -
CMYK 0 0.71 0.14 0.18
HSL 312.16º 0.61% 0.53% -
HSV(B) 312.16º 0.71% 0.82% -
XYZ 35.66 19.86 44.07 -
YUV 117.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 208 60 178 0 0.71 0.14 0.18 312.16 0.61 0.53
Hex D0 3C B2 0 47 E 12 138 3D 35
Octal 320 74 262 0 107 16 22 470 75 65
Binary 11010000 111100 10110010 0 1000111 1110 10010 100111000 111101 110101

Color Harmonies of #D03CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CB2

Black with #D03CB2

Text Example


Text Example

White with #D03CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CB2; }

 p { color: rgb(208,60,178); }

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

background-color css

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

 a { background-color: rgb(208,60,178); }

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

border-color css

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

 span { border-color: rgb(208,60,178); }

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