Html Css Color HEX #D634B3 Fuchsia

📋 copy color: '#D634B3'

red 214 ◦ green 52 ◦ blue 179

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

Shades of Fuchsia #D634B3

Tints of Fuchsia #D634B3

RGB

 RED value IS 214 (83.98% from 255) = 48.09%

 GREEN value IS 52 (20.7% from 255) = 11.69%

 BLUE value IS 179 (70.31% from 255) = 40.22%

R = 48.09%
G = 11.69%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D634B3 (or 0xD634B3) is known color: Fuchsia. HEX triplet: D6, 34 and B3. RGB value is (214,52,179). Sum of RGB (Red+Green+Blue) = 214+52+179=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D634B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634B3 is #29CB4C. Grayscale: #727272. Windows color (decimal): -2739021 or 11744470. OLE color: 11744470.

HSL color Cylindrical-coordinate representation of color #D634B3: hue angle of 312.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D634B3 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 179 -
CMYK 0 0.76 0.16 0.16
HSL 312.96º 0.66% 0.52% -
HSV(B) 312.96º 0.76% 0.84% -
XYZ 37.1 20.01 44.55 -
YUV 114.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 214 52 179 0 0.76 0.16 0.16 312.96 0.66 0.52
Hex D6 34 B3 0 4C 10 10 139 42 34
Octal 326 64 263 0 114 20 20 471 102 64
Binary 11010110 110100 10110011 0 1001100 10000 10000 100111001 1000010 110100

Color Harmonies of #D634B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D634B3

Black with #D634B3

Text Example


Text Example

White with #D634B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D634B3; }

 p { color: rgb(214,52,179); }

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

background-color css

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

 a { background-color: rgb(214,52,179); }

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

border-color css

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

 span { border-color: rgb(214,52,179); }

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