Html Css Color HEX #D338B9 Fuchsia

📋 copy color: '#D338B9'

red 211 ◦ green 56 ◦ blue 185

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

Shades of Fuchsia #D338B9

Tints of Fuchsia #D338B9

RGB

 RED value IS 211 (82.81% from 255) = 46.68%

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

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

R = 46.68%
G = 12.39%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D338B9 (or 0xD338B9) is known color: Fuchsia. HEX triplet: D3, 38 and B9. RGB value is (211,56,185). Sum of RGB (Red+Green+Blue) = 211+56+185=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D338B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338B9 is #2CC746. Grayscale: #747474. Windows color (decimal): -2934599 or 12138707. OLE color: 12138707.

HSL color Cylindrical-coordinate representation of color #D338B9: hue angle of 310.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D338B9 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 185 -
CMYK 0 0.73 0.12 0.17
HSL 310.06º 0.64% 0.52% -
HSV(B) 310.06º 0.73% 0.83% -
XYZ 37.04 20.18 47.84 -
YUV 117.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 211 56 185 0 0.73 0.12 0.17 310.06 0.64 0.52
Hex D3 38 B9 0 49 C 11 136 40 34
Octal 323 70 271 0 111 14 21 466 100 64
Binary 11010011 111000 10111001 0 1001001 1100 10001 100110110 1000000 110100

Color Harmonies of #D338B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338B9

Black with #D338B9

Text Example


Text Example

White with #D338B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338B9; }

 p { color: rgb(211,56,185); }

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

background-color css

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

 a { background-color: rgb(211,56,185); }

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

border-color css

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

 span { border-color: rgb(211,56,185); }

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