Html Css Color HEX #D138C2 Fuchsia

📋 copy color: '#D138C2'

red 209 ◦ green 56 ◦ blue 194

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

Shades of Fuchsia #D138C2

Tints of Fuchsia #D138C2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.2%

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 45.53%
G = 12.2%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D138C2 (or 0xD138C2) is known color: Fuchsia. HEX triplet: D1, 38 and C2. RGB value is (209,56,194). Sum of RGB (Red+Green+Blue) = 209+56+194=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D138C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138C2 is #2EC73D. Grayscale: #757575. Windows color (decimal): -3065662 or 12728529. OLE color: 12728529.

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

Color convert

RGB 209 56 194 -
CMYK 0 0.73 0.07 0.18
HSL 305.88º 0.62% 0.52% -
HSV(B) 305.88º 0.73% 0.82% -
XYZ 37.45 20.28 52.98 -
YUV 117.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 209 56 194 0 0.73 0.07 0.18 305.88 0.62 0.52
Hex D1 38 C2 0 49 7 12 132 3E 34
Octal 321 70 302 0 111 7 22 462 76 64
Binary 11010001 111000 11000010 0 1001001 111 10010 100110010 111110 110100

Color Harmonies of #D138C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138C2

Black with #D138C2

Text Example


Text Example

White with #D138C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138C2; }

 p { color: rgb(209,56,194); }

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

background-color css

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

 a { background-color: rgb(209,56,194); }

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

border-color css

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

 span { border-color: rgb(209,56,194); }

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