Html Css Color HEX #D13DB7 Fuchsia

📋 copy color: '#D13DB7'

red 209 ◦ green 61 ◦ blue 183

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

Shades of Fuchsia #D13DB7

Tints of Fuchsia #D13DB7

RGB

 RED value IS 209 (82.03% from 255) = 46.14%

 GREEN value IS 61 (24.22% from 255) = 13.47%

 BLUE value IS 183 (71.88% from 255) = 40.4%

R = 46.14%
G = 13.47%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D13DB7 (or 0xD13DB7) is known color: Fuchsia. HEX triplet: D1, 3D and B7. RGB value is (209,61,183). Sum of RGB (Red+Green+Blue) = 209+61+183=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DB7 is #2EC248. Grayscale: #767676. Windows color (decimal): -3064393 or 12008913. OLE color: 12008913.

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

Color convert

RGB 209 61 183 -
CMYK 0 0.71 0.12 0.18
HSL 310.54º 0.62% 0.53% -
HSV(B) 310.54º 0.71% 0.82% -
XYZ 36.51 20.31 46.8 -
YUV 119.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 209 61 183 0 0.71 0.12 0.18 310.54 0.62 0.53
Hex D1 3D B7 0 47 C 12 137 3E 35
Octal 321 75 267 0 107 14 22 467 76 65
Binary 11010001 111101 10110111 0 1000111 1100 10010 100110111 111110 110101

Color Harmonies of #D13DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DB7

Black with #D13DB7

Text Example


Text Example

White with #D13DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DB7; }

 p { color: rgb(209,61,183); }

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

background-color css

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

 a { background-color: rgb(209,61,183); }

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

border-color css

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

 span { border-color: rgb(209,61,183); }

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