Html Css Color HEX #D03CBE Fuchsia

📋 copy color: '#D03CBE'

red 208 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #D03CBE

Tints of Fuchsia #D03CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 45.41%
G = 13.1%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D03CBE (or 0xD03CBE) is known color: Fuchsia. HEX triplet: D0, 3C and BE. RGB value is (208,60,190). Sum of RGB (Red+Green+Blue) = 208+60+190=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CBE is #2FC341. Grayscale: #767676. Windows color (decimal): -3130178 or 12467408. OLE color: 12467408.

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

Color convert

RGB 208 60 190 -
CMYK 0 0.71 0.09 0.18
HSL 307.3º 0.61% 0.53% -
HSV(B) 307.3º 0.71% 0.82% -
XYZ 36.92 20.36 50.7 -
YUV 119.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 208 60 190 0 0.71 0.09 0.18 307.3 0.61 0.53
Hex D0 3C BE 0 47 9 12 133 3D 35
Octal 320 74 276 0 107 11 22 463 75 65
Binary 11010000 111100 10111110 0 1000111 1001 10010 100110011 111101 110101

Color Harmonies of #D03CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CBE

Black with #D03CBE

Text Example


Text Example

White with #D03CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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