Html Css Color HEX #D03BB9 Fuchsia

📋 copy color: '#D03BB9'

red 208 ◦ green 59 ◦ blue 185

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

Shades of Fuchsia #D03BB9

Tints of Fuchsia #D03BB9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.05%

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 46.02%
G = 13.05%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D03BB9 (or 0xD03BB9) is known color: Fuchsia. HEX triplet: D0, 3B and B9. RGB value is (208,59,185). Sum of RGB (Red+Green+Blue) = 208+59+185=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BB9 is #2FC446. Grayscale: #757575. Windows color (decimal): -3130439 or 12139472. OLE color: 12139472.

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

Color convert

RGB 208 59 185 -
CMYK 0 0.72 0.11 0.18
HSL 309.26º 0.61% 0.52% -
HSV(B) 309.26º 0.72% 0.82% -
XYZ 36.33 20.04 47.85 -
YUV 117.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 208 59 185 0 0.72 0.11 0.18 309.26 0.61 0.52
Hex D0 3B B9 0 48 B 12 135 3D 34
Octal 320 73 271 0 110 13 22 465 75 64
Binary 11010000 111011 10111001 0 1001000 1011 10010 100110101 111101 110100

Color Harmonies of #D03BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03BB9

Black with #D03BB9

Text Example


Text Example

White with #D03BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03BB9; }

 p { color: rgb(208,59,185); }

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

background-color css

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

 a { background-color: rgb(208,59,185); }

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

border-color css

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

 span { border-color: rgb(208,59,185); }

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