Html Css Color HEX #D344B4 Fuchsia

📋 copy color: '#D344B4'

red 211 ◦ green 68 ◦ blue 180

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

Shades of Fuchsia #D344B4

Tints of Fuchsia #D344B4

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.81%

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 45.97%
G = 14.81%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D344B4 (or 0xD344B4) is known color: Fuchsia. HEX triplet: D3, 44 and B4. RGB value is (211,68,180). Sum of RGB (Red+Green+Blue) = 211+68+180=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D344B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344B4 is #2CBB4B. Grayscale: #7B7B7B. Windows color (decimal): -2931532 or 11814099. OLE color: 11814099.

HSL color Cylindrical-coordinate representation of color #D344B4: hue angle of 313.01º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D344B4 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 68 180 -
CMYK 0 0.68 0.15 0.17
HSL 313.01º 0.62% 0.55% -
HSV(B) 313.01º 0.68% 0.83% -
XYZ 37.17 21.28 45.33 -
YUV 123.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 211 68 180 0 0.68 0.15 0.17 313.01 0.62 0.55
Hex D3 44 B4 0 44 F 11 139 3E 37
Octal 323 104 264 0 104 17 21 471 76 67
Binary 11010011 1000100 10110100 0 1000100 1111 10001 100111001 111110 110111

Color Harmonies of #D344B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344B4

Black with #D344B4

Text Example


Text Example

White with #D344B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344B4; }

 p { color: rgb(211,68,180); }

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

background-color css

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

 a { background-color: rgb(211,68,180); }

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

border-color css

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

 span { border-color: rgb(211,68,180); }

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