Html Css Color HEX #D643B9 Fuchsia

📋 copy color: '#D643B9'

red 214 ◦ green 67 ◦ blue 185

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

Shades of Fuchsia #D643B9

Tints of Fuchsia #D643B9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.38%

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

R = 45.92%
G = 14.38%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D643B9 (or 0xD643B9) is known color: Fuchsia. HEX triplet: D6, 43 and B9. RGB value is (214,67,185). Sum of RGB (Red+Green+Blue) = 214+67+185=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D643B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643B9 is #29BC46. Grayscale: #7C7C7C. Windows color (decimal): -2735175 or 12141526. OLE color: 12141526.

HSL color Cylindrical-coordinate representation of color #D643B9: hue angle of 311.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D643B9 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 185 -
CMYK 0 0.69 0.14 0.16
HSL 311.84º 0.64% 0.55% -
HSV(B) 311.84º 0.69% 0.84% -
XYZ 38.5 21.81 48.08 -
YUV 124.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 214 67 185 0 0.69 0.14 0.16 311.84 0.64 0.55
Hex D6 43 B9 0 45 E 10 138 40 37
Octal 326 103 271 0 105 16 20 470 100 67
Binary 11010110 1000011 10111001 0 1000101 1110 10000 100111000 1000000 110111

Color Harmonies of #D643B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643B9

Black with #D643B9

Text Example


Text Example

White with #D643B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643B9; }

 p { color: rgb(214,67,185); }

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

background-color css

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

 a { background-color: rgb(214,67,185); }

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

border-color css

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

 span { border-color: rgb(214,67,185); }

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